Color Hex Logo

#dec64f Color Hex

#DEC64F
(222,198,79)
0 Favorites   0 Comments

Color spaces of #dec64f

RGB 22219879
HSL0.140.680.59
HSV50°64°87°
CMYK 0.000.110.64   0.13
XYZ51.729656.482315.5729
Yxy56.48230.41790.4563
Hunter Lab75.1547-8.657740.3227
CIE-Lab79.8875-5.079660.7310

#dec64f color RGB value is (222,198,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000110 01001111
Octal 336 306 117
Decimal 222 198 79
Hex DE C6 4F

RGB Percentages of Color #dec64f

%44.49
%39.68
%15.83

CMYK Percentages of Color #dec64f

%0
%11
%64
%13

Triadic Colors of #dec64f

#dec64f #4fdec6 #c64fde

Analogous Colors of #dec64f

#dec64f #afde4f #de7f4f

Monochromatic Colors of #dec64f

#dec64f

Complementary Color

#dec64f #4f67de

#dec64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec64f Color CSS Codes

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

#dec64f Text Font Color

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

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


#dec64f Background Color

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

This div background color is #dec64f


#dec64f Border Color

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

This div border color is #dec64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec64f


Comments

No comments written yet.

Please login to write comment.