Color Hex Logo

#dec963 Color Hex

#DEC963
(222,201,99)
0 Favorites   0 Comments

Color spaces of #dec963

RGB 22220199
HSL0.140.650.63
HSV50°55°87°
CMYK 0.000.090.55   0.13
XYZ53.263058.203720.2316
Yxy58.20370.40440.4419
Hunter Lab76.2913-8.889637.6809
CIE-Lab80.8519-5.241952.8595

#dec963 color RGB value is (222,201,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001001 01100011
Octal 336 311 143
Decimal 222 201 99
Hex DE C9 63

RGB Percentages of Color #dec963

%42.53
%38.51
%18.97

CMYK Percentages of Color #dec963

%0
%9
%55
%13

Triadic Colors of #dec963

#dec963 #63dec9 #c963de

Analogous Colors of #dec963

#dec963 #b6de63 #de8c63

Monochromatic Colors of #dec963

#dec963

Complementary Color

#dec963 #6378de

#dec963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec963 Color CSS Codes

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

#dec963 Text Font Color

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

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


#dec963 Background Color

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

This div background color is #dec963


#dec963 Border Color

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

This div border color is #dec963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec963


Comments

No comments written yet.

Please login to write comment.