Color Hex Logo

#ddd6af Color Hex

#DDD6AF
(221,214,175)
0 Favorites   0 Comments

Color spaces of #ddd6af

RGB 221214175
HSL0.140.400.78
HSV51°21°87°
CMYK 0.000.030.21   0.13
XYZ61.603266.560450.1581
Yxy66.56040.34550.3733
Hunter Lab81.5846-7.990520.6578
CIE-Lab85.2815-3.853320.1605

#ddd6af color RGB value is (221,214,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010110 10101111
Octal 335 326 257
Decimal 221 214 175
Hex DD D6 AF

RGB Percentages of Color #ddd6af

%36.23
%35.08
%28.69

CMYK Percentages of Color #ddd6af

%0
%3
%21
%13

Triadic Colors of #ddd6af

#ddd6af #afddd6 #d6afdd

Analogous Colors of #ddd6af

#ddd6af #cdddaf #ddbfaf

Monochromatic Colors of #ddd6af

#ddd6af

Complementary Color

#ddd6af #afb6dd

#ddd6af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd6af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd6af Color CSS Codes

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

#ddd6af Text Font Color

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

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


#ddd6af Background Color

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

This div background color is #ddd6af


#ddd6af Border Color

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

This div border color is #ddd6af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd6af


Comments

No comments written yet.

Please login to write comment.