Shades of Sandwisp #DBD187
Tints of Sandwisp #DBD187
RGB
CMYK
RGB Variations
Color information
#DBD187 (or 0xDBD187) is known color: Sandwisp. HEX triplet: DB, D1 and 87. RGB value is (219,209,135). Sum of RGB (Red+Green+Blue) = 219+209+135=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 209 (82.03% from 255 or 37.12% from 563); Blue value is 135 (53.12% from 255 or 23.98% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD187 is #242E78. Grayscale: #CBCBCB. Windows color (decimal): -2371193 or 8901083. OLE color: 8901083.
HSL color Cylindrical-coordinate representation of color #DBD187: hue angle of 52.86º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBD187 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 135 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.14 |
| HSL | 52.86º | 0.54% | 0.69% | - |
| HSV(B) | 52.86º | 0.38% | 0.86% | - |
| XYZ | 56.39 | 62.41 | 32 | - |
| YUV | 203.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 135 | 0 | 0.05 | 0.38 | 0.14 | 52.86 | 0.54 | 0.69 |
| Hex | DB | D1 | 87 | 0 | 5 | 26 | E | 35 | 36 | 45 |
| Octal | 333 | 321 | 207 | 0 | 5 | 46 | 16 | 65 | 66 | 105 |
| Binary | 11011011 | 11010001 | 10000111 | 0 | 101 | 100110 | 1110 | 110101 | 110110 | 1000101 |
Color Harmonies of #DBD187
Complementary color
Monochromatic Colors of #DBD187
Black with #DBD187
Text Example
Text Example
White with #DBD187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD187; }
p { color: rgb(219,209,135); }
H1.HeaderClassName
{
color: #DBD187;
}
.AnyTagClassName
{
color: #DBD187;
}
</style>
background-color css
<style>
a { background-color: #DBD187; }
a { background-color: rgb(219,209,135); }
div.DivClassName
{
background-color: #DBD187;
}
.BgClassName
{
background-color: #DBD187;
}
</style>
border-color css
<style>
span { border-color: #DBD187; }
span { border-color: rgb(219,209,135); }
td.TdClassName
{
border-color: #DBD187;
}
.TagClassName
{
border-color: #DBD187;
}
</style>