color codes Logo

#dda40a color codes

#DDA40A
(221,164,10)
0 Favorites   0 Comments

Color spaces of #dda40a

RGB 22116410
HSL0.120.910.45
HSV44°95°87°
CMYK 0.000.260.95   0.13
XYZ43.149041.94506.1092
Yxy41.94500.47310.4599
Hunter Lab64.76505.585139.7427
CIE-Lab70.83309.999673.1457

#dda40a color RGB value is (221,164,10).

#dda40a hex color red value is 221, green value is 164 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #dda40a hue: 0.12 , saturation: 0.91 and the lightness value of dda40a is 0.45.

The process color (four color CMYK) of #dda40a color code is 0.00, 0.26, 0.95, 0.13. Web safe color of #dda40a is #cc9900. Color #dda40a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100100 00001010
Octal 335 244 12
Decimal 221 164 10
Hex DD A4 A

RGB Percentages of Color #dda40a

%55.95
%41.52
%2.53

CMYK Percentages of Color #dda40a

%0
%26
%95
%13

Triadic Colors of #dda40a

#dda40a #0adda4 #a40add

Analogous Colors of #dda40a

#dda40a #addd0a #dd3b0a

Monochromatic Colors of #dda40a

#dda40a

Complementary Color

#dda40a #0a43dd

#dda40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda40a Color CSS Codes

.mybgcolor {background-color:#dda40a; } 
.myforecolor {color:#dda40a; }
.mybordercolor {border:3px solid #dda40a; }

#dda40a Text Font Color

<p style="color:#dda40a">Text here</p>

This sample text font color is #dda40a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dda40a Background Color

<div style="background-color:#dda40a">
Div content here</div>

This div background color is #dda40a


#dda40a Border Color

<div style="border:3px solid #dda40a">
Div here</div>

This div border color is #dda40a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,164,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dda40a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dda40a;
  -webkit-box-shadow: 1px 1px 3px 2px #dda40a;
  box-shadow:         1px 1px 3px 2px #dda40a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,164,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dda40a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dda40a;
  -webkit-box-shadow: 1px 1px 3px 2px #dda40a;
  box-shadow:         1px 1px 3px 2px #dda40a;">
Div content here</div>

This div box has shadow with color #dda40a


Comments

No comments written yet.

Please login to write comment.