Shades of Sandwisp #DBD388
Tints of Sandwisp #DBD388
RGB
CMYK
RGB Variations
Color information
#DBD388 (or 0xDBD388) is known color: Sandwisp. HEX triplet: DB, D3 and 88. RGB value is (219,211,136). Sum of RGB (Red+Green+Blue) = 219+211+136=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 136 (53.52% from 255 or 24.03% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD388 is #242C77. Grayscale: #CDCDCD. Windows color (decimal): -2370680 or 8967131. OLE color: 8967131.
HSL color Cylindrical-coordinate representation of color #DBD388: hue angle of 54.22º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBD388 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 136 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.14 |
| HSL | 54.22º | 0.54% | 0.7% | - |
| HSV(B) | 54.22º | 0.38% | 0.86% | - |
| XYZ | 56.95 | 63.43 | 32.53 | - |
| YUV | 204.84 | 89.15 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 136 | 0 | 0.04 | 0.38 | 0.14 | 54.22 | 0.54 | 0.7 |
| Hex | DB | D3 | 88 | 0 | 4 | 26 | E | 36 | 36 | 46 |
| Octal | 333 | 323 | 210 | 0 | 4 | 46 | 16 | 66 | 66 | 106 |
| Binary | 11011011 | 11010011 | 10001000 | 0 | 100 | 100110 | 1110 | 110110 | 110110 | 1000110 |
Color Harmonies of #DBD388
Complementary color
Monochromatic Colors of #DBD388
Black with #DBD388
Text Example
Text Example
White with #DBD388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD388; }
p { color: rgb(219,211,136); }
H1.HeaderClassName
{
color: #DBD388;
}
.AnyTagClassName
{
color: #DBD388;
}
</style>
background-color css
<style>
a { background-color: #DBD388; }
a { background-color: rgb(219,211,136); }
div.DivClassName
{
background-color: #DBD388;
}
.BgClassName
{
background-color: #DBD388;
}
</style>
border-color css
<style>
span { border-color: #DBD388; }
span { border-color: rgb(219,211,136); }
td.TdClassName
{
border-color: #DBD388;
}
.TagClassName
{
border-color: #DBD388;
}
</style>