Color Hex Logo

#dec65c Color Hex

#DEC65C
(222,198,92)
0 Favorites   0 Comments

Color spaces of #dec65c

RGB 22219892
HSL0.140.660.62
HSV49°59°87°
CMYK 0.000.110.59   0.13
XYZ52.250156.690518.3137
Yxy56.69050.41060.4455
Hunter Lab75.2931-7.891838.2839
CIE-Lab80.0052-4.222255.1263

#dec65c color RGB value is (222,198,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000110 01011100
Octal 336 306 134
Decimal 222 198 92
Hex DE C6 5C

RGB Percentages of Color #dec65c

%43.36
%38.67
%17.97

CMYK Percentages of Color #dec65c

%0
%11
%59
%13

Triadic Colors of #dec65c

#dec65c #5cdec6 #c65cde

Analogous Colors of #dec65c

#dec65c #b5de5c #de855c

Monochromatic Colors of #dec65c

#dec65c

Complementary Color

#dec65c #5c74de

#dec65c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec65c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec65c Color CSS Codes

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

#dec65c Text Font Color

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

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


#dec65c Background Color

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

This div background color is #dec65c


#dec65c Border Color

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

This div border color is #dec65c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec65c


Comments

No comments written yet.

Please login to write comment.