Shades of Sandwisp #DBD189
Tints of Sandwisp #DBD189
RGB
CMYK
RGB Variations
Color information
#DBD189 (or 0xDBD189) is known color: Sandwisp. HEX triplet: DB, D1 and 89. RGB value is (219,209,137). Sum of RGB (Red+Green+Blue) = 219+209+137=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 137 (53.91% from 255 or 24.25% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD189 is #242E76. Grayscale: #CCCCCC. Windows color (decimal): -2371191 or 9032155. OLE color: 9032155.
HSL color Cylindrical-coordinate representation of color #DBD189: hue angle of 52.68º 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 #DBD189 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 137 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.14 |
| HSL | 52.68º | 0.53% | 0.7% | - |
| HSV(B) | 52.68º | 0.37% | 0.86% | - |
| XYZ | 56.53 | 62.47 | 32.74 | - |
| YUV | 203.78 | 90.31 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 137 | 0 | 0.05 | 0.37 | 0.14 | 52.68 | 0.53 | 0.7 |
| Hex | DB | D1 | 89 | 0 | 5 | 25 | E | 35 | 35 | 46 |
| Octal | 333 | 321 | 211 | 0 | 5 | 45 | 16 | 65 | 65 | 106 |
| Binary | 11011011 | 11010001 | 10001001 | 0 | 101 | 100101 | 1110 | 110101 | 110101 | 1000110 |
Color Harmonies of #DBD189
Complementary color
Monochromatic Colors of #DBD189
Black with #DBD189
Text Example
Text Example
White with #DBD189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD189; }
p { color: rgb(219,209,137); }
H1.HeaderClassName
{
color: #DBD189;
}
.AnyTagClassName
{
color: #DBD189;
}
</style>
background-color css
<style>
a { background-color: #DBD189; }
a { background-color: rgb(219,209,137); }
div.DivClassName
{
background-color: #DBD189;
}
.BgClassName
{
background-color: #DBD189;
}
</style>
border-color css
<style>
span { border-color: #DBD189; }
span { border-color: rgb(219,209,137); }
td.TdClassName
{
border-color: #DBD189;
}
.TagClassName
{
border-color: #DBD189;
}
</style>