Shades of Sandwisp #DBD389
Tints of Sandwisp #DBD389
RGB
CMYK
RGB Variations
Color information
#DBD389 (or 0xDBD389) is known color: Sandwisp. HEX triplet: DB, D3 and 89. RGB value is (219,211,137). Sum of RGB (Red+Green+Blue) = 219+211+137=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 137 (53.91% from 255 or 24.16% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD389 is #242C76. Grayscale: #CDCDCD. Windows color (decimal): -2370679 or 9032667. OLE color: 9032667.
HSL color Cylindrical-coordinate representation of color #DBD389: hue angle of 54.15º 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 #DBD389 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 137 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.14 |
| HSL | 54.15º | 0.53% | 0.7% | - |
| HSV(B) | 54.15º | 0.37% | 0.86% | - |
| XYZ | 57.02 | 63.45 | 32.91 | - |
| YUV | 204.96 | 89.65 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 137 | 0 | 0.04 | 0.37 | 0.14 | 54.15 | 0.53 | 0.7 |
| Hex | DB | D3 | 89 | 0 | 4 | 25 | E | 36 | 35 | 46 |
| Octal | 333 | 323 | 211 | 0 | 4 | 45 | 16 | 66 | 65 | 106 |
| Binary | 11011011 | 11010011 | 10001001 | 0 | 100 | 100101 | 1110 | 110110 | 110101 | 1000110 |
Color Harmonies of #DBD389
Complementary color
Monochromatic Colors of #DBD389
Black with #DBD389
Text Example
Text Example
White with #DBD389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD389; }
p { color: rgb(219,211,137); }
H1.HeaderClassName
{
color: #DBD389;
}
.AnyTagClassName
{
color: #DBD389;
}
</style>
background-color css
<style>
a { background-color: #DBD389; }
a { background-color: rgb(219,211,137); }
div.DivClassName
{
background-color: #DBD389;
}
.BgClassName
{
background-color: #DBD389;
}
</style>
border-color css
<style>
span { border-color: #DBD389; }
span { border-color: rgb(219,211,137); }
td.TdClassName
{
border-color: #DBD389;
}
.TagClassName
{
border-color: #DBD389;
}
</style>