Color Hex Logo

#ddd09b Color Hex

#DDD09B
(221,208,155)
0 Favorites   0 Comments

Color spaces of #ddd09b

RGB 221208155
HSL0.130.490.74
HSV48°30°87°
CMYK 0.000.060.30   0.13
XYZ58.291162.850540.0694
Yxy62.85050.36160.3899
Hunter Lab79.2783-7.491025.5280
CIE-Lab83.3637-3.485027.9942

#ddd09b color RGB value is (221,208,155).

#ddd09b hex color red value is 221, green value is 208 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ddd09b hue: 0.13 , saturation: 0.49 and the lightness value of ddd09b is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010000 10011011
Octal 335 320 233
Decimal 221 208 155
Hex DD D0 9B

RGB Percentages of Color #ddd09b

%37.84
%35.62
%26.54

CMYK Percentages of Color #ddd09b

%0
%6
%30
%13

Triadic Colors of #ddd09b

#ddd09b #9bddd0 #d09bdd

Analogous Colors of #ddd09b

#ddd09b #c9dd9b #ddaf9b

Monochromatic Colors of #ddd09b

#ddd09b

Complementary Color

#ddd09b #9ba8dd

#ddd09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd09b Color CSS Codes

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

#ddd09b Text Font Color

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

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


#ddd09b Background Color

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

This div background color is #ddd09b


#ddd09b Border Color

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

This div border color is #ddd09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd09b


Comments

No comments written yet.

Please login to write comment.