Color Hex Logo

#dea72f Color Hex

#DEA72F
(222,167,47)
0 Favorites   0 Comments

Color spaces of #dea72f

RGB 22216747
HSL0.110.730.53
HSV41°79°87°
CMYK 0.000.250.79   0.13
XYZ44.456043.37238.7179
Yxy43.37230.46050.4492
Hunter Lab65.85765.242338.2518
CIE-Lab71.80699.643065.1899

#dea72f color RGB value is (222,167,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100111 00101111
Octal 336 247 57
Decimal 222 167 47
Hex DE A7 2F

RGB Percentages of Color #dea72f

%50.92
%38.30
%10.78

CMYK Percentages of Color #dea72f

%0
%25
%79
%13

Triadic Colors of #dea72f

#dea72f #2fdea7 #a72fde

Analogous Colors of #dea72f

#dea72f #bede2f #de502f

Monochromatic Colors of #dea72f

#dea72f

Complementary Color

#dea72f #2f66de

#dea72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea72f Color CSS Codes

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

#dea72f Text Font Color

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

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


#dea72f Background Color

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

This div background color is #dea72f


#dea72f Border Color

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

This div border color is #dea72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea72f


Comments

No comments written yet.

Please login to write comment.