Shades of Sandwisp #DBD289
Tints of Sandwisp #DBD289
RGB
CMYK
RGB Variations
Color information
#DBD289 (or 0xDBD289) is known color: Sandwisp. HEX triplet: DB, D2 and 89. RGB value is (219,210,137). Sum of RGB (Red+Green+Blue) = 219+210+137=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 137 (53.91% from 255 or 24.20% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD289 is #242D76. Grayscale: #CCCCCC. Windows color (decimal): -2370935 or 9032411. OLE color: 9032411.
HSL color Cylindrical-coordinate representation of color #DBD289: hue angle of 53.41º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBD289 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 137 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.14 |
| HSL | 53.41º | 0.53% | 0.7% | - |
| HSV(B) | 53.41º | 0.37% | 0.86% | - |
| XYZ | 56.78 | 62.96 | 32.83 | - |
| YUV | 204.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 137 | 0 | 0.04 | 0.37 | 0.14 | 53.41 | 0.53 | 0.7 |
| Hex | DB | D2 | 89 | 0 | 4 | 25 | E | 35 | 35 | 46 |
| Octal | 333 | 322 | 211 | 0 | 4 | 45 | 16 | 65 | 65 | 106 |
| Binary | 11011011 | 11010010 | 10001001 | 0 | 100 | 100101 | 1110 | 110101 | 110101 | 1000110 |
Color Harmonies of #DBD289
Complementary color
Monochromatic Colors of #DBD289
Black with #DBD289
Text Example
Text Example
White with #DBD289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD289; }
p { color: rgb(219,210,137); }
H1.HeaderClassName
{
color: #DBD289;
}
.AnyTagClassName
{
color: #DBD289;
}
</style>
background-color css
<style>
a { background-color: #DBD289; }
a { background-color: rgb(219,210,137); }
div.DivClassName
{
background-color: #DBD289;
}
.BgClassName
{
background-color: #DBD289;
}
</style>
border-color css
<style>
span { border-color: #DBD289; }
span { border-color: rgb(219,210,137); }
td.TdClassName
{
border-color: #DBD289;
}
.TagClassName
{
border-color: #DBD289;
}
</style>