Color Hex Logo

#ded16d Color Hex

#DED16D
(222,209,109)
0 Favorites   0 Comments

Color spaces of #ded16d

RGB 222209109
HSL0.150.630.65
HSV53°51°87°
CMYK 0.000.060.51   0.13
XYZ55.685062.234723.5456
Yxy62.23470.39360.4399
Hunter Lab78.8890-12.058737.5263
CIE-Lab83.0381-8.509250.7096

#ded16d color RGB value is (222,209,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010001 01101101
Octal 336 321 155
Decimal 222 209 109
Hex DE D1 6D

RGB Percentages of Color #ded16d

%41.11
%38.70
%20.19

CMYK Percentages of Color #ded16d

%0
%6
%51
%13

Triadic Colors of #ded16d

#ded16d #6dded1 #d16dde

Analogous Colors of #ded16d

#ded16d #b3de6d #de996d

Monochromatic Colors of #ded16d

#ded16d

Complementary Color

#ded16d #6d7ade

#ded16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded16d Color CSS Codes

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

#ded16d Text Font Color

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

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


#ded16d Background Color

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

This div background color is #ded16d


#ded16d Border Color

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

This div border color is #ded16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded16d


Comments

No comments written yet.

Please login to write comment.