Color Hex Logo

#ddc199 Color Hex

#DDC199
(221,193,153)
0 Favorites   0 Comments

Color spaces of #ddc199

RGB 221193153
HSL0.100.500.73
HSV35°31°87°
CMYK 0.000.130.31   0.13
XYZ54.638555.812038.0300
Yxy55.81200.36800.3759
Hunter Lab74.7074-0.189122.1135
CIE-Lab79.50674.074823.8183

#ddc199 color RGB value is (221,193,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000001 10011001
Octal 335 301 231
Decimal 221 193 153
Hex DD C1 99

RGB Percentages of Color #ddc199

%38.98
%34.04
%26.98

CMYK Percentages of Color #ddc199

%0
%13
%31
%13

Triadic Colors of #ddc199

#ddc199 #99ddc1 #c199dd

Analogous Colors of #ddc199

#ddc199 #d7dd99 #dd9f99

Monochromatic Colors of #ddc199

#ddc199

Complementary Color

#ddc199 #99b5dd

#ddc199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc199 Color CSS Codes

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

#ddc199 Text Font Color

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

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


#ddc199 Background Color

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

This div background color is #ddc199


#ddc199 Border Color

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

This div border color is #ddc199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc199


Comments

No comments written yet.

Please login to write comment.