Color Hex Logo

#dea72b Color Hex

#DEA72B
(222,167,43)
0 Favorites   0 Comments

Color spaces of #dea72b

RGB 22216743
HSL0.120.730.52
HSV42°81°87°
CMYK 0.000.250.81   0.13
XYZ44.379043.34148.3122
Yxy43.34140.46210.4513
Hunter Lab65.83425.117538.5980
CIE-Lab71.78619.508766.5124

#dea72b color RGB value is (222,167,43).

#dea72b hex color red value is 222, green value is 167 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #dea72b hue: 0.12 , saturation: 0.73 and the lightness value of dea72b is 0.52.

The process color (four color CMYK) of #dea72b color hex is 0.00, 0.25, 0.81, 0.13. Web safe color of #dea72b is #cc9933. Color #dea72b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100111 00101011
Octal 336 247 53
Decimal 222 167 43
Hex DE A7 2B

RGB Percentages of Color #dea72b

%51.39
%38.66
%9.95

CMYK Percentages of Color #dea72b

%0
%25
%81
%13

Triadic Colors of #dea72b

#dea72b #2bdea7 #a72bde

Analogous Colors of #dea72b

#dea72b #bcde2b #de4e2b

Monochromatic Colors of #dea72b

#dea72b

Complementary Color

#dea72b #2b62de

#dea72b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea72b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea72b Color CSS Codes

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

#dea72b Text Font Color

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

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


#dea72b Background Color

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

This div background color is #dea72b


#dea72b Border Color

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

This div border color is #dea72b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,167,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 #dea72b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea72b


Comments

No comments written yet.

Please login to write comment.