color codes Logo

#dda02b color codes

#DDA02B
(221,160,43)
0 Favorites   0 Comments

Color spaces of #dda02b

RGB 22116043
HSL0.110.720.52
HSV39°81°87°
CMYK 0.000.280.81   0.13
XYZ42.825640.68827.8819
Yxy40.68820.46860.4452
Hunter Lab63.78738.213837.3249
CIE-Lab69.956912.813364.8488

#dda02b color RGB value is (221,160,43).

#dda02b hex color red value is 221, green value is 160 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #dda02b hue: 0.11 , saturation: 0.72 and the lightness value of dda02b is 0.52.

The process color (four color CMYK) of #dda02b color code is 0.00, 0.28, 0.81, 0.13. Web safe color of #dda02b is #cc9933. Color #dda02b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 00101011
Octal 335 240 53
Decimal 221 160 43
Hex DD A0 2B

RGB Percentages of Color #dda02b

%52.12
%37.74
%10.14

CMYK Percentages of Color #dda02b

%0
%28
%81
%13

Triadic Colors of #dda02b

#dda02b #2bdda0 #a02bdd

Analogous Colors of #dda02b

#dda02b #c1dd2b #dd472b

Monochromatic Colors of #dda02b

#dda02b

Complementary Color

#dda02b #2b68dd

#dda02b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda02b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda02b Color CSS Codes

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

#dda02b Text Font Color

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

This sample text font color is #dda02b
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.


#dda02b Background Color

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

This div background color is #dda02b


#dda02b Border Color

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

This div border color is #dda02b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda02b


Comments

No comments written yet.

Please login to write comment.