Shades of Sandwisp #DBD286
Tints of Sandwisp #DBD286
RGB
CMYK
RGB Variations
Color information
#DBD286 (or 0xDBD286) is known color: Sandwisp. HEX triplet: DB, D2 and 86. RGB value is (219,210,134). Sum of RGB (Red+Green+Blue) = 219+210+134=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 134 (52.73% from 255 or 23.80% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD286 is #242D79. Grayscale: #CCCCCC. Windows color (decimal): -2370938 or 8835803. OLE color: 8835803.
HSL color Cylindrical-coordinate representation of color #DBD286: hue angle of 53.65º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBD286 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 134 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.14 |
| HSL | 53.65º | 0.54% | 0.69% | - |
| HSV(B) | 53.65º | 0.39% | 0.86% | - |
| XYZ | 56.56 | 62.87 | 31.71 | - |
| YUV | 204.03 | 88.48 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 134 | 0 | 0.04 | 0.39 | 0.14 | 53.65 | 0.54 | 0.69 |
| Hex | DB | D2 | 86 | 0 | 4 | 27 | E | 36 | 36 | 45 |
| Octal | 333 | 322 | 206 | 0 | 4 | 47 | 16 | 66 | 66 | 105 |
| Binary | 11011011 | 11010010 | 10000110 | 0 | 100 | 100111 | 1110 | 110110 | 110110 | 1000101 |
Color Harmonies of #DBD286
Complementary color
Monochromatic Colors of #DBD286
Black with #DBD286
Text Example
Text Example
White with #DBD286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD286; }
p { color: rgb(219,210,134); }
H1.HeaderClassName
{
color: #DBD286;
}
.AnyTagClassName
{
color: #DBD286;
}
</style>
background-color css
<style>
a { background-color: #DBD286; }
a { background-color: rgb(219,210,134); }
div.DivClassName
{
background-color: #DBD286;
}
.BgClassName
{
background-color: #DBD286;
}
</style>
border-color css
<style>
span { border-color: #DBD286; }
span { border-color: rgb(219,210,134); }
td.TdClassName
{
border-color: #DBD286;
}
.TagClassName
{
border-color: #DBD286;
}
</style>