#DCCC80

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

Shades of Sandwisp #DCCC80

Tints of Sandwisp #DCCC80

Color information

#DCCC80 (or 0xDCCC80) is unknown color: approx Sandwisp. HEX triplet: DC, CC and 80. RGB value is (220,204,128). Sum of RGB (Red+Green+Blue) = 220+204+128=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCC80 is #23337F. Grayscale: #C8C8C8. Windows color (decimal): -2306944 or 8441052. OLE color: 8441052.

HSL color Cylindrical-coordinate representation of color #DCCC80: hue angle of 49.57º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCCC80 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB220204128-
CMYK00.070.420.14
HSL49.57º56.79%68.24%-
HSV(B)49.57º41.82%86.27%-
XYZ5559.9629.1-
YUV200.1287.3142.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.86%
GREEN value IS 204 (80.08% from 255) = 36.96%
BLUE value IS 128 (50.39% from 255) = 23.19%
R=39.86%
G=36.96%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020412800.070.420.1449.5756.7968.24
HexDCCC80072AE323944
Octal3343142000752166271104
Binary110111001100110010000000011110101011101100101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCC80; }

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

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

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

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

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

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

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

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