Shades of Sandwisp #DBCE88
Tints of Sandwisp #DBCE88
RGB
CMYK
RGB Variations
Color information
#DBCE88 (or 0xDBCE88) is known color: Sandwisp. HEX triplet: DB, CE and 88. RGB value is (219,206,136). Sum of RGB (Red+Green+Blue) = 219+206+136=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 136 (53.52% from 255 or 24.24% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCE88 is #243177. Grayscale: #CACACA. Windows color (decimal): -2371960 or 8965851. OLE color: 8965851.
HSL color Cylindrical-coordinate representation of color #DBCE88: hue angle of 50.6º 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 #DBCE88 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 136 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.14 |
| HSL | 50.6º | 0.54% | 0.7% | - |
| HSV(B) | 50.6º | 0.38% | 0.86% | - |
| XYZ | 55.73 | 60.98 | 32.13 | - |
| YUV | 201.91 | 90.81 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 136 | 0 | 0.06 | 0.38 | 0.14 | 50.6 | 0.54 | 0.7 |
| Hex | DB | CE | 88 | 0 | 6 | 26 | E | 33 | 36 | 46 |
| Octal | 333 | 316 | 210 | 0 | 6 | 46 | 16 | 63 | 66 | 106 |
| Binary | 11011011 | 11001110 | 10001000 | 0 | 110 | 100110 | 1110 | 110011 | 110110 | 1000110 |
Color Harmonies of #DBCE88
Complementary color
Monochromatic Colors of #DBCE88
Black with #DBCE88
Text Example
Text Example
White with #DBCE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE88; }
p { color: rgb(219,206,136); }
H1.HeaderClassName
{
color: #DBCE88;
}
.AnyTagClassName
{
color: #DBCE88;
}
</style>
background-color css
<style>
a { background-color: #DBCE88; }
a { background-color: rgb(219,206,136); }
div.DivClassName
{
background-color: #DBCE88;
}
.BgClassName
{
background-color: #DBCE88;
}
</style>
border-color css
<style>
span { border-color: #DBCE88; }
span { border-color: rgb(219,206,136); }
td.TdClassName
{
border-color: #DBCE88;
}
.TagClassName
{
border-color: #DBCE88;
}
</style>