Color Hex Logo

#ddb08b Color Hex

#DDB08B
(221,176,139)
0 Favorites   0 Comments

Color spaces of #ddb08b

RGB 221176139
HSL0.080.550.71
HSV27°37°87°
CMYK 0.000.200.37   0.13
XYZ50.004348.286931.1109
Yxy48.28690.38640.3732
Hunter Lab69.48886.843722.0973
CIE-Lab75.005511.373725.1773

#ddb08b color RGB value is (221,176,139).

#ddb08b hex color red value is 221, green value is 176 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ddb08b hue: 0.08 , saturation: 0.55 and the lightness value of ddb08b is 0.71.

The process color (four color CMYK) of #ddb08b color hex is 0.00, 0.20, 0.37, 0.13. Web safe color of #ddb08b is #cc9999. Color #ddb08b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110000 10001011
Octal 335 260 213
Decimal 221 176 139
Hex DD B0 8B

RGB Percentages of Color #ddb08b

%41.23
%32.84
%25.93

CMYK Percentages of Color #ddb08b

%0
%20
%37
%13

Triadic Colors of #ddb08b

#ddb08b #8bddb0 #b08bdd

Analogous Colors of #ddb08b

#ddb08b #ddd98b #dd8b8f

Monochromatic Colors of #ddb08b

#ddb08b

Complementary Color

#ddb08b #8bb8dd

#ddb08b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb08b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb08b Color CSS Codes

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

#ddb08b Text Font Color

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

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


#ddb08b Background Color

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

This div background color is #ddb08b


#ddb08b Border Color

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

This div border color is #ddb08b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb08b


Comments

No comments written yet.

Please login to write comment.