Color Hex Logo

#ddcc80 Color Hex

#DDCC80
(221,204,128)
0 Favorites   0 Comments

Color spaces of #ddcc80

RGB 221204128
HSL0.140.580.68
HSV49°42°87°
CMYK 0.000.080.42   0.13
XYZ55.307960.116429.1107
Yxy60.11640.38270.4159
Hunter Lab77.5348-8.356432.0137
CIE-Lab81.9014-4.556439.9525

#ddcc80 color RGB value is (221,204,128).

#ddcc80 hex color red value is 221, green value is 204 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ddcc80 hue: 0.14 , saturation: 0.58 and the lightness value of ddcc80 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 10000000
Octal 335 314 200
Decimal 221 204 128
Hex DD CC 80

RGB Percentages of Color #ddcc80

%39.96
%36.89
%23.15

CMYK Percentages of Color #ddcc80

%0
%8
%42
%13

Triadic Colors of #ddcc80

#ddcc80 #80ddcc #cc80dd

Analogous Colors of #ddcc80

#ddcc80 #c0dd80 #dd9e80

Monochromatic Colors of #ddcc80

#ddcc80

Complementary Color

#ddcc80 #8091dd

#ddcc80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcc80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcc80 Color CSS Codes

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

#ddcc80 Text Font Color

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

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


#ddcc80 Background Color

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

This div background color is #ddcc80


#ddcc80 Border Color

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

This div border color is #ddcc80


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,204,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddcc80">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcc80


Comments

No comments written yet.

Please login to write comment.