Color Hex Logo

#ddd199 Color Hex

#DDD199
(221,209,153)
0 Favorites   0 Comments

Color spaces of #ddd199

RGB 221209153
HSL0.140.500.73
HSV49°31°87°
CMYK 0.000.050.31   0.13
XYZ58.369063.273039.2735
Yxy63.27300.36270.3932
Hunter Lab79.5443-8.220726.4077
CIE-Lab83.5858-4.253429.3325

#ddd199 color RGB value is (221,209,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010001 10011001
Octal 335 321 231
Decimal 221 209 153
Hex DD D1 99

RGB Percentages of Color #ddd199

%37.91
%35.85
%26.24

CMYK Percentages of Color #ddd199

%0
%5
%31
%13

Triadic Colors of #ddd199

#ddd199 #99ddd1 #d199dd

Analogous Colors of #ddd199

#ddd199 #c7dd99 #ddaf99

Monochromatic Colors of #ddd199

#ddd199

Complementary Color

#ddd199 #99a5dd

#ddd199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd199 Color CSS Codes

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

#ddd199 Text Font Color

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

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


#ddd199 Background Color

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

This div background color is #ddd199


#ddd199 Border Color

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

This div border color is #ddd199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd199


Comments

No comments written yet.

Please login to write comment.