Shades of Sandwisp #DCC888
Tints of Sandwisp #DCC888
RGB
CMYK
RGB Variations
Color information
#DCC888 (or 0xDCC888) is known color: Sandwisp. HEX triplet: DC, C8 and 88. RGB value is (220,200,136). Sum of RGB (Red+Green+Blue) = 220+200+136=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 136 (53.52% from 255 or 24.46% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC888 is #233777. Grayscale: #C6C6C6. Windows color (decimal): -2307960 or 8964316. OLE color: 8964316.
HSL color Cylindrical-coordinate representation of color #DCC888: hue angle of 45.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCC888 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 136 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.14 |
| HSL | 45.71º | 0.55% | 0.7% | - |
| HSV(B) | 45.71º | 0.38% | 0.86% | - |
| XYZ | 54.61 | 58.3 | 31.67 | - |
| YUV | 198.68 | 92.63 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 136 | 0 | 0.09 | 0.38 | 0.14 | 45.71 | 0.55 | 0.7 |
| Hex | DC | C8 | 88 | 0 | 9 | 26 | E | 2E | 37 | 46 |
| Octal | 334 | 310 | 210 | 0 | 11 | 46 | 16 | 56 | 67 | 106 |
| Binary | 11011100 | 11001000 | 10001000 | 0 | 1001 | 100110 | 1110 | 101110 | 110111 | 1000110 |
Color Harmonies of #DCC888
Complementary color
Monochromatic Colors of #DCC888
Black with #DCC888
Text Example
Text Example
White with #DCC888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC888; }
p { color: rgb(220,200,136); }
H1.HeaderClassName
{
color: #DCC888;
}
.AnyTagClassName
{
color: #DCC888;
}
</style>
background-color css
<style>
a { background-color: #DCC888; }
a { background-color: rgb(220,200,136); }
div.DivClassName
{
background-color: #DCC888;
}
.BgClassName
{
background-color: #DCC888;
}
</style>
border-color css
<style>
span { border-color: #DCC888; }
span { border-color: rgb(220,200,136); }
td.TdClassName
{
border-color: #DCC888;
}
.TagClassName
{
border-color: #DCC888;
}
</style>