color codes Logo

#dec93f color codes

#DEC93F
(222,201,63)
0 Favorites   0 Comments

Color spaces of #dec93f

RGB 22220163
HSL0.140.710.56
HSV52°72°87°
CMYK 0.000.090.72   0.13
XYZ51.908057.661813.0966
Yxy57.66180.42320.4701
Hunter Lab75.9354-10.867642.9290
CIE-Lab80.5504-7.468067.7407

#dec93f color RGB value is (222,201,63).

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

The process color (four color CMYK) of #dec93f color code is 0.00, 0.09, 0.72, 0.13. Web safe color of #dec93f is #cccc33. Color #dec93f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001001 00111111
Octal 336 311 77
Decimal 222 201 63
Hex DE C9 3F

RGB Percentages of Color #dec93f

%45.68
%41.36
%12.96

CMYK Percentages of Color #dec93f

%0
%9
%72
%13

Triadic Colors of #dec93f

#dec93f #3fdec9 #c93fde

Analogous Colors of #dec93f

#dec93f #a4de3f #de7a3f

Monochromatic Colors of #dec93f

#dec93f

Complementary Color

#dec93f #3f54de

#dec93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec93f Color CSS Codes

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

#dec93f Text Font Color

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

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


#dec93f Background Color

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

This div background color is #dec93f


#dec93f Border Color

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

This div border color is #dec93f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec93f


Comments

No comments written yet.

Please login to write comment.