Color Hex Logo

#ddd899 Color Hex

#DDD899
(221,216,153)
0 Favorites   0 Comments

Color spaces of #ddd899

RGB 221216153
HSL0.150.500.73
HSV56°31°87°
CMYK 0.000.020.31   0.13
XYZ60.124466.783839.8587
Yxy66.78380.36050.4005
Hunter Lab81.7214-11.685628.2869
CIE-Lab85.3946-7.831731.7476

#ddd899 color RGB value is (221,216,153).

#ddd899 hex color red value is 221, green value is 216 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #ddd899 hue: 0.15 , saturation: 0.50 and the lightness value of ddd899 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 10011001
Octal 335 330 231
Decimal 221 216 153
Hex DD D8 99

RGB Percentages of Color #ddd899

%37.46
%36.61
%25.93

CMYK Percentages of Color #ddd899

%0
%2
%31
%13

Triadic Colors of #ddd899

#ddd899 #99ddd8 #d899dd

Analogous Colors of #ddd899

#ddd899 #c0dd99 #ddb699

Monochromatic Colors of #ddd899

#ddd899

Complementary Color

#ddd899 #999edd

#ddd899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd899 Color CSS Codes

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

#ddd899 Text Font Color

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

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


#ddd899 Background Color

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

This div background color is #ddd899


#ddd899 Border Color

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

This div border color is #ddd899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd899


Comments

No comments written yet.

Please login to write comment.