Color Hex Logo

#ded16f Color Hex

#DED16F
(222,209,111)
0 Favorites   0 Comments

Color spaces of #ded16f

RGB 222209111
HSL0.150.630.65
HSV53°50°87°
CMYK 0.000.060.50   0.13
XYZ55.793962.278224.1192
Yxy62.27820.39240.4380
Hunter Lab78.9165-11.904737.1208
CIE-Lab83.0611-8.336149.7824

#ded16f color RGB value is (222,209,111).

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

The process color (four color CMYK) of #ded16f color hex is 0.00, 0.06, 0.50, 0.13. Web safe color of #ded16f is #cccc66. Color #ded16f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010001 01101111
Octal 336 321 157
Decimal 222 209 111
Hex DE D1 6F

RGB Percentages of Color #ded16f

%40.96
%38.56
%20.48

CMYK Percentages of Color #ded16f

%0
%6
%50
%13

Triadic Colors of #ded16f

#ded16f #6fded1 #d16fde

Analogous Colors of #ded16f

#ded16f #b4de6f #de9a6f

Monochromatic Colors of #ded16f

#ded16f

Complementary Color

#ded16f #6f7cde

#ded16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded16f Color CSS Codes

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

#ded16f Text Font Color

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

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


#ded16f Background Color

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

This div background color is #ded16f


#ded16f Border Color

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

This div border color is #ded16f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded16f


Comments

No comments written yet.

Please login to write comment.