Color Hex Logo

#decb4f Color Hex

#DECB4F
(222,203,79)
0 Favorites   0 Comments

Color spaces of #decb4f

RGB 22220379
HSL0.140.680.59
HSV52°64°87°
CMYK 0.000.090.64   0.13
XYZ52.891458.806015.9601
Yxy58.80600.41430.4607
Hunter Lab76.6851-11.083441.3398
CIE-Lab81.1848-7.637962.1080

#decb4f color RGB value is (222,203,79).

#decb4f hex color red value is 222, green value is 203 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #decb4f hue: 0.14 , saturation: 0.68 and the lightness value of decb4f is 0.59.

The process color (four color CMYK) of #decb4f color hex is 0.00, 0.09, 0.64, 0.13. Web safe color of #decb4f is #cccc66. Color #decb4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001011 01001111
Octal 336 313 117
Decimal 222 203 79
Hex DE CB 4F

RGB Percentages of Color #decb4f

%44.05
%40.28
%15.67

CMYK Percentages of Color #decb4f

%0
%9
%64
%13

Triadic Colors of #decb4f

#decb4f #4fdecb #cb4fde

Analogous Colors of #decb4f

#decb4f #aade4f #de844f

Monochromatic Colors of #decb4f

#decb4f

Complementary Color

#decb4f #4f62de

#decb4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#decb4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#decb4f Color CSS Codes

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

#decb4f Text Font Color

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

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


#decb4f Background Color

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

This div background color is #decb4f


#decb4f Border Color

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

This div border color is #decb4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #decb4f


Comments

No comments written yet.

Please login to write comment.