Shades of Sandwisp #DBD188
Tints of Sandwisp #DBD188
RGB
CMYK
RGB Variations
Color information
#DBD188 (or 0xDBD188) is known color: Sandwisp. HEX triplet: DB, D1 and 88. RGB value is (219,209,136). Sum of RGB (Red+Green+Blue) = 219+209+136=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 209 (82.03% from 255 or 37.06% from 564); Blue value is 136 (53.52% from 255 or 24.11% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD188 is #242E77. Grayscale: #CBCBCB. Windows color (decimal): -2371192 or 8966619. OLE color: 8966619.
HSL color Cylindrical-coordinate representation of color #DBD188: hue angle of 52.77º 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 #DBD188 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 136 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.14 |
| HSL | 52.77º | 0.54% | 0.7% | - |
| HSV(B) | 52.77º | 0.38% | 0.86% | - |
| XYZ | 56.46 | 62.44 | 32.37 | - |
| YUV | 203.67 | 89.81 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 136 | 0 | 0.05 | 0.38 | 0.14 | 52.77 | 0.54 | 0.7 |
| Hex | DB | D1 | 88 | 0 | 5 | 26 | E | 35 | 36 | 46 |
| Octal | 333 | 321 | 210 | 0 | 5 | 46 | 16 | 65 | 66 | 106 |
| Binary | 11011011 | 11010001 | 10001000 | 0 | 101 | 100110 | 1110 | 110101 | 110110 | 1000110 |
Color Harmonies of #DBD188
Complementary color
Monochromatic Colors of #DBD188
Black with #DBD188
Text Example
Text Example
White with #DBD188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD188; }
p { color: rgb(219,209,136); }
H1.HeaderClassName
{
color: #DBD188;
}
.AnyTagClassName
{
color: #DBD188;
}
</style>
background-color css
<style>
a { background-color: #DBD188; }
a { background-color: rgb(219,209,136); }
div.DivClassName
{
background-color: #DBD188;
}
.BgClassName
{
background-color: #DBD188;
}
</style>
border-color css
<style>
span { border-color: #DBD188; }
span { border-color: rgb(219,209,136); }
td.TdClassName
{
border-color: #DBD188;
}
.TagClassName
{
border-color: #DBD188;
}
</style>