Color Hex Logo

#dddb99 Color Hex

#DDDB99
(221,219,153)
0 Favorites   0 Comments

Color spaces of #dddb99

RGB 221219153
HSL0.160.500.73
HSV58°31°87°
CMYK 0.000.010.31   0.13
XYZ60.900168.335140.1172
Yxy68.33510.35960.4035
Hunter Lab82.6650-13.161229.0922
CIE-Lab86.1737-9.351832.7822

#dddb99 color RGB value is (221,219,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 10011001
Octal 335 333 231
Decimal 221 219 153
Hex DD DB 99

RGB Percentages of Color #dddb99

%37.27
%36.93
%25.80

CMYK Percentages of Color #dddb99

%0
%1
%31
%13

Triadic Colors of #dddb99

#dddb99 #99dddb #db99dd

Analogous Colors of #dddb99

#dddb99 #bddd99 #ddb999

Monochromatic Colors of #dddb99

#dddb99

Complementary Color

#dddb99 #999bdd

#dddb99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddb99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddb99 Color CSS Codes

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

#dddb99 Text Font Color

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

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


#dddb99 Background Color

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

This div background color is #dddb99


#dddb99 Border Color

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

This div border color is #dddb99


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,219,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 #dddb99">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddb99


Comments

No comments written yet.

Please login to write comment.