Shades of Sandwisp #DBD089
Tints of Sandwisp #DBD089
RGB
CMYK
RGB Variations
Color information
#DBD089 (or 0xDBD089) is known color: Sandwisp. HEX triplet: DB, D0 and 89. RGB value is (219,208,137). Sum of RGB (Red+Green+Blue) = 219+208+137=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 137 (53.91% from 255 or 24.29% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD089 is #242F76. Grayscale: #CBCBCB. Windows color (decimal): -2371447 or 9031899. OLE color: 9031899.
HSL color Cylindrical-coordinate representation of color #DBD089: hue angle of 51.95º 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 #DBD089 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 137 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.14 |
| HSL | 51.95º | 0.53% | 0.7% | - |
| HSV(B) | 51.95º | 0.37% | 0.86% | - |
| XYZ | 56.28 | 61.98 | 32.66 | - |
| YUV | 203.2 | 90.64 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 137 | 0 | 0.05 | 0.37 | 0.14 | 51.95 | 0.53 | 0.7 |
| Hex | DB | D0 | 89 | 0 | 5 | 25 | E | 34 | 35 | 46 |
| Octal | 333 | 320 | 211 | 0 | 5 | 45 | 16 | 64 | 65 | 106 |
| Binary | 11011011 | 11010000 | 10001001 | 0 | 101 | 100101 | 1110 | 110100 | 110101 | 1000110 |
Color Harmonies of #DBD089
Complementary color
Monochromatic Colors of #DBD089
Black with #DBD089
Text Example
Text Example
White with #DBD089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD089; }
p { color: rgb(219,208,137); }
H1.HeaderClassName
{
color: #DBD089;
}
.AnyTagClassName
{
color: #DBD089;
}
</style>
background-color css
<style>
a { background-color: #DBD089; }
a { background-color: rgb(219,208,137); }
div.DivClassName
{
background-color: #DBD089;
}
.BgClassName
{
background-color: #DBD089;
}
</style>
border-color css
<style>
span { border-color: #DBD089; }
span { border-color: rgb(219,208,137); }
td.TdClassName
{
border-color: #DBD089;
}
.TagClassName
{
border-color: #DBD089;
}
</style>