Color Hex Logo

#ddd8af Color Hex

#DDD8AF
(221,216,175)
0 Favorites   0 Comments

Color spaces of #ddd8af

RGB 221216175
HSL0.150.400.78
HSV53°21°87°
CMYK 0.000.020.21   0.13
XYZ62.112567.579050.3278
Yxy67.57900.34500.3754
Hunter Lab82.2064-8.992521.2464
CIE-Lab85.7955-4.879820.8728

#ddd8af color RGB value is (221,216,175).

#ddd8af hex color red value is 221, green value is 216 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ddd8af hue: 0.15 , saturation: 0.40 and the lightness value of ddd8af is 0.78.

The process color (four color CMYK) of #ddd8af color hex is 0.00, 0.02, 0.21, 0.13. Web safe color of #ddd8af is #cccc99. Color #ddd8af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 10101111
Octal 335 330 257
Decimal 221 216 175
Hex DD D8 AF

RGB Percentages of Color #ddd8af

%36.11
%35.29
%28.59

CMYK Percentages of Color #ddd8af

%0
%2
%21
%13

Triadic Colors of #ddd8af

#ddd8af #afddd8 #d8afdd

Analogous Colors of #ddd8af

#ddd8af #cbddaf #ddc1af

Monochromatic Colors of #ddd8af

#ddd8af

Complementary Color

#ddd8af #afb4dd

#ddd8af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd8af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd8af Color CSS Codes

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

#ddd8af Text Font Color

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

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


#ddd8af Background Color

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

This div background color is #ddd8af


#ddd8af Border Color

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

This div border color is #ddd8af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,216,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd8af


Comments

No comments written yet.

Please login to write comment.