Shades of Sandwisp #DCD288
Tints of Sandwisp #DCD288
RGB
CMYK
RGB Variations
Color information
#DCD288 (or 0xDCD288) is known color: Sandwisp. HEX triplet: DC, D2 and 88. RGB value is (220,210,136). Sum of RGB (Red+Green+Blue) = 220+210+136=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 136 (53.52% from 255 or 24.03% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD288 is #232D77. Grayscale: #CCCCCC. Windows color (decimal): -2305400 or 8966876. OLE color: 8966876.
HSL color Cylindrical-coordinate representation of color #DCD288: hue angle of 52.86º 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 #DCD288 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 136 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.14 |
| HSL | 52.86º | 0.55% | 0.7% | - |
| HSV(B) | 52.86º | 0.38% | 0.86% | - |
| XYZ | 57.01 | 63.09 | 32.46 | - |
| YUV | 204.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 136 | 0 | 0.05 | 0.38 | 0.14 | 52.86 | 0.55 | 0.7 |
| Hex | DC | D2 | 88 | 0 | 5 | 26 | E | 35 | 37 | 46 |
| Octal | 334 | 322 | 210 | 0 | 5 | 46 | 16 | 65 | 67 | 106 |
| Binary | 11011100 | 11010010 | 10001000 | 0 | 101 | 100110 | 1110 | 110101 | 110111 | 1000110 |
Color Harmonies of #DCD288
Complementary color
Monochromatic Colors of #DCD288
Black with #DCD288
Text Example
Text Example
White with #DCD288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD288; }
p { color: rgb(220,210,136); }
H1.HeaderClassName
{
color: #DCD288;
}
.AnyTagClassName
{
color: #DCD288;
}
</style>
background-color css
<style>
a { background-color: #DCD288; }
a { background-color: rgb(220,210,136); }
div.DivClassName
{
background-color: #DCD288;
}
.BgClassName
{
background-color: #DCD288;
}
</style>
border-color css
<style>
span { border-color: #DCD288; }
span { border-color: rgb(220,210,136); }
td.TdClassName
{
border-color: #DCD288;
}
.TagClassName
{
border-color: #DCD288;
}
</style>