Color Hex Logo

#dda02e Color Hex

#DDA02E
(221,160,46)
0 Favorites   0 Comments

Color spaces of #dda02e

RGB 22116046
HSL0.110.720.52
HSV39°79°87°
CMYK 0.000.280.79   0.13
XYZ42.882740.71108.1826
Yxy40.71100.46730.4436
Hunter Lab63.80528.308737.0601
CIE-Lab69.973012.914463.8296

#dda02e color RGB value is (221,160,46).

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

The process color (four color CMYK) of #dda02e color hex is 0.00, 0.28, 0.79, 0.13. Web safe color of #dda02e is #cc9933. Color #dda02e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 00101110
Octal 335 240 56
Decimal 221 160 46
Hex DD A0 2E

RGB Percentages of Color #dda02e

%51.76
%37.47
%10.77

CMYK Percentages of Color #dda02e

%0
%28
%79
%13

Triadic Colors of #dda02e

#dda02e #2edda0 #a02edd

Analogous Colors of #dda02e

#dda02e #c3dd2e #dd492e

Monochromatic Colors of #dda02e

#dda02e

Complementary Color

#dda02e #2e6bdd

#dda02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda02e Color CSS Codes

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

#dda02e Text Font Color

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

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


#dda02e Background Color

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

This div background color is #dda02e


#dda02e Border Color

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

This div border color is #dda02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda02e


Comments

No comments written yet.

Please login to write comment.