Color Hex Logo

#dea03b Color Hex

#DEA03B
(222,160,59)
0 Favorites   0 Comments

Color spaces of #dea03b

RGB 22216059
HSL0.100.710.55
HSV37°73°87°
CMYK 0.000.280.73   0.13
XYZ43.484440.98709.7571
Yxy40.98700.46150.4350
Hunter Lab64.02119.203835.7787
CIE-Lab70.166813.864159.0647

#dea03b color RGB value is (222,160,59).

#dea03b hex color red value is 222, green value is 160 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #dea03b hue: 0.10 , saturation: 0.71 and the lightness value of dea03b is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100000 00111011
Octal 336 240 73
Decimal 222 160 59
Hex DE A0 3B

RGB Percentages of Color #dea03b

%50.34
%36.28
%13.38

CMYK Percentages of Color #dea03b

%0
%28
%73
%13

Triadic Colors of #dea03b

#dea03b #3bdea0 #a03bde

Analogous Colors of #dea03b

#dea03b #cbde3b #de4f3b

Monochromatic Colors of #dea03b

#dea03b

Complementary Color

#dea03b #3b79de

#dea03b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea03b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea03b Color CSS Codes

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

#dea03b Text Font Color

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

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


#dea03b Background Color

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

This div background color is #dea03b


#dea03b Border Color

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

This div border color is #dea03b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea03b


Comments

No comments written yet.

Please login to write comment.