Shades of Sandwisp #DBD288
Tints of Sandwisp #DBD288
RGB
CMYK
RGB Variations
Color information
#DBD288 (or 0xDBD288) is known color: Sandwisp. HEX triplet: DB, D2 and 88. RGB value is (219,210,136). Sum of RGB (Red+Green+Blue) = 219+210+136=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 136 (53.52% from 255 or 24.07% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD288 is #242D77. Grayscale: #CCCCCC. Windows color (decimal): -2370936 or 8966875. OLE color: 8966875.
HSL color Cylindrical-coordinate representation of color #DBD288: hue angle of 53.49º degrees, saturation: 0.54, 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 #DBD288 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 136 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.14 |
| HSL | 53.49º | 0.54% | 0.7% | - |
| HSV(B) | 53.49º | 0.38% | 0.86% | - |
| XYZ | 56.7 | 62.93 | 32.45 | - |
| YUV | 204.26 | 89.48 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 136 | 0 | 0.04 | 0.38 | 0.14 | 53.49 | 0.54 | 0.7 |
| Hex | DB | D2 | 88 | 0 | 4 | 26 | E | 35 | 36 | 46 |
| Octal | 333 | 322 | 210 | 0 | 4 | 46 | 16 | 65 | 66 | 106 |
| Binary | 11011011 | 11010010 | 10001000 | 0 | 100 | 100110 | 1110 | 110101 | 110110 | 1000110 |
Color Harmonies of #DBD288
Complementary color
Monochromatic Colors of #DBD288
Black with #DBD288
Text Example
Text Example
White with #DBD288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD288; }
p { color: rgb(219,210,136); }
H1.HeaderClassName
{
color: #DBD288;
}
.AnyTagClassName
{
color: #DBD288;
}
</style>
background-color css
<style>
a { background-color: #DBD288; }
a { background-color: rgb(219,210,136); }
div.DivClassName
{
background-color: #DBD288;
}
.BgClassName
{
background-color: #DBD288;
}
</style>
border-color css
<style>
span { border-color: #DBD288; }
span { border-color: rgb(219,210,136); }
td.TdClassName
{
border-color: #DBD288;
}
.TagClassName
{
border-color: #DBD288;
}
</style>