Color Hex Logo

#dea23f Color Hex

#DEA23F
(222,162,63)
0 Favorites   0 Comments

Color spaces of #dea23f

RGB 22216263
HSL0.100.710.56
HSV37°72°87°
CMYK 0.000.270.72   0.13
XYZ43.941741.729110.4412
Yxy41.72910.45720.4342
Hunter Lab64.59818.374935.6354
CIE-Lab70.683712.981857.9114

#dea23f color RGB value is (222,162,63).

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

The process color (four color CMYK) of #dea23f color hex is 0.00, 0.27, 0.72, 0.13. Web safe color of #dea23f is #cc9933. Color #dea23f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100010 00111111
Octal 336 242 77
Decimal 222 162 63
Hex DE A2 3F

RGB Percentages of Color #dea23f

%49.66
%36.24
%14.09

CMYK Percentages of Color #dea23f

%0
%27
%72
%13

Triadic Colors of #dea23f

#dea23f #3fdea2 #a23fde

Analogous Colors of #dea23f

#dea23f #cbde3f #de533f

Monochromatic Colors of #dea23f

#dea23f

Complementary Color

#dea23f #3f7bde

#dea23f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea23f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea23f Color CSS Codes

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

#dea23f Text Font Color

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

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


#dea23f Background Color

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

This div background color is #dea23f


#dea23f Border Color

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

This div border color is #dea23f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea23f


Comments

No comments written yet.

Please login to write comment.