Color Hex Logo

#ddcf99 Color Hex

#DDCF99
(221,207,153)
0 Favorites   0 Comments

Color spaces of #ddcf99

RGB 221207153
HSL0.130.500.73
HSV48°31°87°
CMYK 0.000.060.31   0.13
XYZ57.881462.297739.1110
Yxy62.29770.36340.3911
Hunter Lab78.9289-7.225125.8707
CIE-Lab83.0715-3.223228.6424

#ddcf99 color RGB value is (221,207,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 10011001
Octal 335 317 231
Decimal 221 207 153
Hex DD CF 99

RGB Percentages of Color #ddcf99

%38.04
%35.63
%26.33

CMYK Percentages of Color #ddcf99

%0
%6
%31
%13

Triadic Colors of #ddcf99

#ddcf99 #99ddcf #cf99dd

Analogous Colors of #ddcf99

#ddcf99 #c9dd99 #ddad99

Monochromatic Colors of #ddcf99

#ddcf99

Complementary Color

#ddcf99 #99a7dd

#ddcf99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcf99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcf99 Color CSS Codes

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

#ddcf99 Text Font Color

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

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


#ddcf99 Background Color

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

This div background color is #ddcf99


#ddcf99 Border Color

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

This div border color is #ddcf99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcf99


Comments

No comments written yet.

Please login to write comment.