Color Hex Logo

#ddb99f Color Hex

#DDB99F
(221,185,159)
0 Favorites   0 Comments

Color spaces of #ddb99f

RGB 221185159
HSL0.070.480.75
HSV25°28°87°
CMYK 0.000.160.28   0.13
XYZ53.425852.573340.1327
Yxy52.57330.36560.3598
Hunter Lab72.50744.636517.9383
CIE-Lab77.62249.097918.0200

#ddb99f color RGB value is (221,185,159).

#ddb99f hex color red value is 221, green value is 185 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ddb99f hue: 0.07 , saturation: 0.48 and the lightness value of ddb99f is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111001 10011111
Octal 335 271 237
Decimal 221 185 159
Hex DD B9 9F

RGB Percentages of Color #ddb99f

%39.12
%32.74
%28.14

CMYK Percentages of Color #ddb99f

%0
%16
%28
%13

Triadic Colors of #ddb99f

#ddb99f #9fddb9 #b99fdd

Analogous Colors of #ddb99f

#ddb99f #ddd89f #dd9fa4

Monochromatic Colors of #ddb99f

#ddb99f

Complementary Color

#ddb99f #9fc3dd

#ddb99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb99f Color CSS Codes

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

#ddb99f Text Font Color

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

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


#ddb99f Background Color

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

This div background color is #ddb99f


#ddb99f Border Color

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

This div border color is #ddb99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb99f


Comments

No comments written yet.

Please login to write comment.