Color Hex Logo

#dea13f Color Hex

#DEA13F
(222,161,63)
0 Favorites   0 Comments

Color spaces of #dea13f

RGB 22216163
HSL0.100.710.56
HSV37°72°87°
CMYK 0.000.270.72   0.13
XYZ43.766341.378210.3827
Yxy41.37820.45820.4332
Hunter Lab64.32598.878235.4583
CIE-Lab70.440113.517057.6626

#dea13f color RGB value is (222,161,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10100001 00111111
Octal 336 241 77
Decimal 222 161 63
Hex DE A1 3F

RGB Percentages of Color #dea13f

%49.78
%36.10
%14.13

CMYK Percentages of Color #dea13f

%0
%27
%72
%13

Triadic Colors of #dea13f

#dea13f #3fdea1 #a13fde

Analogous Colors of #dea13f

#dea13f #ccde3f #de523f

Monochromatic Colors of #dea13f

#dea13f

Complementary Color

#dea13f #3f7cde

#dea13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea13f Color CSS Codes

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

#dea13f Text Font Color

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

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


#dea13f Background Color

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

This div background color is #dea13f


#dea13f Border Color

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

This div border color is #dea13f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea13f


Comments

No comments written yet.

Please login to write comment.