Color Hex Logo

#ddd86f Color Hex

#DDD86F
(221,216,111)
0 Favorites   0 Comments

Color spaces of #ddd86f

RGB 221216111
HSL0.160.620.65
HSV57°50°87°
CMYK 0.000.020.50   0.13
XYZ57.243965.631624.6900
Yxy65.63160.38790.4448
Hunter Lab81.0133-15.645538.6398
CIE-Lab84.8082-12.270551.8473

#ddd86f color RGB value is (221,216,111).

#ddd86f hex color red value is 221, green value is 216 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ddd86f hue: 0.16 , saturation: 0.62 and the lightness value of ddd86f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 01101111
Octal 335 330 157
Decimal 221 216 111
Hex DD D8 6F

RGB Percentages of Color #ddd86f

%40.33
%39.42
%20.26

CMYK Percentages of Color #ddd86f

%0
%2
%50
%13

Triadic Colors of #ddd86f

#ddd86f #6fddd8 #d86fdd

Analogous Colors of #ddd86f

#ddd86f #abdd6f #dda16f

Monochromatic Colors of #ddd86f

#ddd86f

Complementary Color

#ddd86f #6f74dd

#ddd86f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd86f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd86f Color CSS Codes

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

#ddd86f Text Font Color

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

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


#ddd86f Background Color

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

This div background color is #ddd86f


#ddd86f Border Color

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

This div border color is #ddd86f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,216,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 #ddd86f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd86f


Comments

No comments written yet.

Please login to write comment.