Color Hex Logo

#ddc3ab Color Hex

#DDC3AB
(221,195,171)
0 Favorites   0 Comments

Color spaces of #ddc3ab

RGB 221195171
HSL0.080.420.77
HSV29°23°87°
CMYK 0.000.120.23   0.13
XYZ56.684657.342646.6087
Yxy57.34260.35290.3570
Hunter Lab75.72491.099316.5144
CIE-Lab80.37195.471515.4287

#ddc3ab color RGB value is (221,195,171).

#ddc3ab hex color red value is 221, green value is 195 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ddc3ab hue: 0.08 , saturation: 0.42 and the lightness value of ddc3ab is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 10101011
Octal 335 303 253
Decimal 221 195 171
Hex DD C3 AB

RGB Percentages of Color #ddc3ab

%37.65
%33.22
%29.13

CMYK Percentages of Color #ddc3ab

%0
%12
%23
%13

Triadic Colors of #ddc3ab

#ddc3ab #abddc3 #c3abdd

Analogous Colors of #ddc3ab

#ddc3ab #dddcab #ddabac

Monochromatic Colors of #ddc3ab

#ddc3ab

Complementary Color

#ddc3ab #abc5dd

#ddc3ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc3ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc3ab Color CSS Codes

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

#ddc3ab Text Font Color

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

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


#ddc3ab Background Color

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

This div background color is #ddc3ab


#ddc3ab Border Color

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

This div border color is #ddc3ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc3ab

#ddc3ab Color Palettes


Comments

No comments written yet.

Please login to write comment.