#DDCC80

Color #DDCC80 Sandwisp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandwisp #DDCC80

Tints of Sandwisp #DDCC80

Color information

#DDCC80 (or 0xDDCC80) is unknown color: approx Sandwisp. HEX triplet: DD, CC and 80. RGB value is (221,204,128). Sum of RGB (Red+Green+Blue) = 221+204+128=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCC80 is #22337F. Grayscale: #C8C8C8. Windows color (decimal): -2241408 or 8441053. OLE color: 8441053.

HSL color Cylindrical-coordinate representation of color #DDCC80: hue angle of 49.03º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDCC80 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB221204128-
CMYK00.080.420.13
HSL49.03º57.76%68.43%-
HSV(B)49.03º42.08%86.67%-
XYZ55.3160.1229.11-
YUV200.4287.13142.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 204 (80.08% from 255) = 36.89%
BLUE value IS 128 (50.39% from 255) = 23.15%
R=39.96%
G=36.89%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120412800.080.420.1349.0357.7668.43
HexDDCC80082AD313a44
Octal33531420001052156172104
Binary1101110111001100100000000100010101011011100011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCC80; }

 p { color: rgb(221,204,128); }

 H1.HeaderClassName
 {
   color: #DDCC80;
 }
 .AnyTagClassName
 {
   color: #DDCC80;
 }
</style>
background-color css

<style>
 a { background-color: #DDCC80; }

 a { background-color: rgb(221,204,128); }

 div.DivClassName
 {
   background-color: #DDCC80;
 }
 .BgClassName
 {
   background-color: #DDCC80;
 }
</style>
border-color css

<style>
 span { border-color: #DDCC80; }

 span { border-color: rgb(221,204,128); }

 td.TdClassName
 {
   border-color: #DDCC80;
 }
 .TagClassName
 {
   border-color: #DDCC80;
 }
</style>