Shades of Sandwisp #DCCC80
Tints of Sandwisp #DCCC80
RGB
CMYK
RGB Variations
Color information
#DCCC80 (or 0xDCCC80) is known color: 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
RGB | 220 | 204 | 128 | - |
CMYK | 0 | 0.07 | 0.42 | 0.14 |
HSL | 49.57º | 0.57% | 0.68% | - |
HSV(B) | 49.57º | 0.42% | 0.86% | - |
XYZ | 55 | 59.96 | 29.1 | - |
YUV | 200.12 | 87.3 | 142.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 204 | 128 | 0 | 0.07 | 0.42 | 0.14 | 49.57 | 0.57 | 0.68 |
Hex | DC | CC | 80 | 0 | 7 | 2A | E | 32 | 39 | 44 |
Octal | 334 | 314 | 200 | 0 | 7 | 52 | 16 | 62 | 71 | 104 |
Binary | 11011100 | 11001100 | 10000000 | 0 | 111 | 101010 | 1110 | 110010 | 111001 | 1000100 |
Color Harmonies of #DCCC80
Complementary color
Monochromatic Colors of #DCCC80
Black with #DCCC80
Text Example
Text Example
White with #DCCC80
Text Example
Text Example
HTML Codes & Css Web 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>