Color Hex Logo

#ded799 Color Hex

#DED799
(222,215,153)
0 Favorites   0 Comments

Color spaces of #ded799

RGB 222215153
HSL0.150.510.74
HSV54°31°87°
CMYK 0.000.030.31   0.13
XYZ60.174466.430439.7878
Yxy66.43040.36160.3992
Hunter Lab81.5048-10.848328.1101
CIE-Lab85.2155-6.940431.5235

#ded799 color RGB value is (222,215,153).

#ded799 hex color red value is 222, green value is 215 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #ded799 hue: 0.15 , saturation: 0.51 and the lightness value of ded799 is 0.74.

The process color (four color CMYK) of #ded799 color hex is 0.00, 0.03, 0.31, 0.13. Web safe color of #ded799 is #cccc99. Color #ded799 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010111 10011001
Octal 336 327 231
Decimal 222 215 153
Hex DE D7 99

RGB Percentages of Color #ded799

%37.63
%36.44
%25.93

CMYK Percentages of Color #ded799

%0
%3
%31
%13

Triadic Colors of #ded799

#ded799 #99ded7 #d799de

Analogous Colors of #ded799

#ded799 #c3de99 #deb599

Monochromatic Colors of #ded799

#ded799

Complementary Color

#ded799 #99a0de

#ded799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded799 Color CSS Codes

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

#ded799 Text Font Color

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

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


#ded799 Background Color

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

This div background color is #ded799


#ded799 Border Color

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

This div border color is #ded799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded799


Comments

No comments written yet.

Please login to write comment.