Color Hex Logo

#ddc1af Color Hex

#DDC1AF
(221,193,175)
0 Favorites   0 Comments

Color spaces of #ddc1af

RGB 221193175
HSL0.070.400.78
HSV23°21°87°
CMYK 0.000.130.21   0.13
XYZ56.626656.607248.4992
Yxy56.60720.35010.3500
Hunter Lab75.23782.679314.4474
CIE-Lab79.95827.111312.7044

#ddc1af color RGB value is (221,193,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000001 10101111
Octal 335 301 257
Decimal 221 193 175
Hex DD C1 AF

RGB Percentages of Color #ddc1af

%37.52
%32.77
%29.71

CMYK Percentages of Color #ddc1af

%0
%13
%21
%13

Triadic Colors of #ddc1af

#ddc1af #afddc1 #c1afdd

Analogous Colors of #ddc1af

#ddc1af #ddd8af #ddafb4

Monochromatic Colors of #ddc1af

#ddc1af

Complementary Color

#ddc1af #afcbdd

#ddc1af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc1af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc1af Color CSS Codes

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

#ddc1af Text Font Color

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

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


#ddc1af Background Color

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

This div background color is #ddc1af


#ddc1af Border Color

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

This div border color is #ddc1af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc1af


Comments

No comments written yet.

Please login to write comment.