Shades of Sandwisp #DBD387
Tints of Sandwisp #DBD387
RGB
CMYK
RGB Variations
Color information
#DBD387 (or 0xDBD387) is known color: Sandwisp. HEX triplet: DB, D3 and 87. RGB value is (219,211,135). Sum of RGB (Red+Green+Blue) = 219+211+135=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 135 (53.12% from 255 or 23.89% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD387 is #242C78. Grayscale: #CDCDCD. Windows color (decimal): -2370681 or 8901595. OLE color: 8901595.
HSL color Cylindrical-coordinate representation of color #DBD387: hue angle of 54.29º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBD387 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 135 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.14 |
| HSL | 54.29º | 0.54% | 0.69% | - |
| HSV(B) | 54.29º | 0.38% | 0.86% | - |
| XYZ | 56.88 | 63.4 | 32.16 | - |
| YUV | 204.73 | 88.65 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 135 | 0 | 0.04 | 0.38 | 0.14 | 54.29 | 0.54 | 0.69 |
| Hex | DB | D3 | 87 | 0 | 4 | 26 | E | 36 | 36 | 45 |
| Octal | 333 | 323 | 207 | 0 | 4 | 46 | 16 | 66 | 66 | 105 |
| Binary | 11011011 | 11010011 | 10000111 | 0 | 100 | 100110 | 1110 | 110110 | 110110 | 1000101 |
Color Harmonies of #DBD387
Complementary color
Monochromatic Colors of #DBD387
Black with #DBD387
Text Example
Text Example
White with #DBD387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD387; }
p { color: rgb(219,211,135); }
H1.HeaderClassName
{
color: #DBD387;
}
.AnyTagClassName
{
color: #DBD387;
}
</style>
background-color css
<style>
a { background-color: #DBD387; }
a { background-color: rgb(219,211,135); }
div.DivClassName
{
background-color: #DBD387;
}
.BgClassName
{
background-color: #DBD387;
}
</style>
border-color css
<style>
span { border-color: #DBD387; }
span { border-color: rgb(219,211,135); }
td.TdClassName
{
border-color: #DBD387;
}
.TagClassName
{
border-color: #DBD387;
}
</style>