Color Hex Logo

#ddd2af Color Hex

#DDD2AF
(221,210,175)
0 Favorites   0 Comments

Color spaces of #ddd2af

RGB 221210175
HSL0.130.400.78
HSV46°21°87°
CMYK 0.000.050.21   0.13
XYZ60.603364.560549.8247
Yxy64.56050.34630.3689
Hunter Lab80.3495-5.978919.4790
CIE-Lab84.2567-1.790318.7367

#ddd2af color RGB value is (221,210,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010010 10101111
Octal 335 322 257
Decimal 221 210 175
Hex DD D2 AF

RGB Percentages of Color #ddd2af

%36.47
%34.65
%28.88

CMYK Percentages of Color #ddd2af

%0
%5
%21
%13

Triadic Colors of #ddd2af

#ddd2af #afddd2 #d2afdd

Analogous Colors of #ddd2af

#ddd2af #d1ddaf #ddbbaf

Monochromatic Colors of #ddd2af

#ddd2af

Complementary Color

#ddd2af #afbadd

#ddd2af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd2af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd2af Color CSS Codes

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

#ddd2af Text Font Color

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

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


#ddd2af Background Color

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

This div background color is #ddd2af


#ddd2af Border Color

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

This div border color is #ddd2af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd2af


Comments

No comments written yet.

Please login to write comment.