Shades of Sandwisp #DCC884
Tints of Sandwisp #DCC884
RGB
CMYK
RGB Variations
Color information
#DCC884 (or 0xDCC884) is known color: Sandwisp. HEX triplet: DC, C8 and 84. RGB value is (220,200,132). Sum of RGB (Red+Green+Blue) = 220+200+132=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 132 (51.95% from 255 or 23.91% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC884 is #23377B. Grayscale: #C6C6C6. Windows color (decimal): -2307964 or 8702172. OLE color: 8702172.
HSL color Cylindrical-coordinate representation of color #DCC884: hue angle of 46.36º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCC884 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 132 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.14 |
| HSL | 46.36º | 0.56% | 0.69% | - |
| HSV(B) | 46.36º | 0.4% | 0.86% | - |
| XYZ | 54.33 | 58.19 | 30.2 | - |
| YUV | 198.23 | 90.63 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 132 | 0 | 0.09 | 0.40 | 0.14 | 46.36 | 0.56 | 0.69 |
| Hex | DC | C8 | 84 | 0 | 9 | 28 | E | 2E | 38 | 45 |
| Octal | 334 | 310 | 204 | 0 | 11 | 50 | 16 | 56 | 70 | 105 |
| Binary | 11011100 | 11001000 | 10000100 | 0 | 1001 | 101000 | 1110 | 101110 | 111000 | 1000101 |
Color Harmonies of #DCC884
Complementary color
Monochromatic Colors of #DCC884
Black with #DCC884
Text Example
Text Example
White with #DCC884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC884; }
p { color: rgb(220,200,132); }
H1.HeaderClassName
{
color: #DCC884;
}
.AnyTagClassName
{
color: #DCC884;
}
</style>
background-color css
<style>
a { background-color: #DCC884; }
a { background-color: rgb(220,200,132); }
div.DivClassName
{
background-color: #DCC884;
}
.BgClassName
{
background-color: #DCC884;
}
</style>
border-color css
<style>
span { border-color: #DCC884; }
span { border-color: rgb(220,200,132); }
td.TdClassName
{
border-color: #DCC884;
}
.TagClassName
{
border-color: #DCC884;
}
</style>