Color Hex Logo

#ddc399 Color Hex

#DDC399
(221,195,153)
0 Favorites   0 Comments

Color spaces of #ddc399

RGB 221195153
HSL0.100.500.73
HSV37°31°87°
CMYK 0.000.120.31   0.13
XYZ55.083756.702338.1784
Yxy56.70230.36730.3781
Hunter Lab75.3009-1.201322.6500
CIE-Lab80.01193.023524.5063

#ddc399 color RGB value is (221,195,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 10011001
Octal 335 303 231
Decimal 221 195 153
Hex DD C3 99

RGB Percentages of Color #ddc399

%38.84
%34.27
%26.89

CMYK Percentages of Color #ddc399

%0
%12
%31
%13

Triadic Colors of #ddc399

#ddc399 #99ddc3 #c399dd

Analogous Colors of #ddc399

#ddc399 #d5dd99 #dda199

Monochromatic Colors of #ddc399

#ddc399

Complementary Color

#ddc399 #99b3dd

#ddc399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc399 Color CSS Codes

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

#ddc399 Text Font Color

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

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


#ddc399 Background Color

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

This div background color is #ddc399


#ddc399 Border Color

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

This div border color is #ddc399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc399


Comments

No comments written yet.

Please login to write comment.