Shades of Sandwisp #DBD386
Tints of Sandwisp #DBD386
RGB
CMYK
RGB Variations
Color information
#DBD386 (or 0xDBD386) is known color: Sandwisp. HEX triplet: DB, D3 and 86. RGB value is (219,211,134). Sum of RGB (Red+Green+Blue) = 219+211+134=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 134 (52.73% from 255 or 23.76% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD386 is #242C79. Grayscale: #CCCCCC. Windows color (decimal): -2370682 or 8836059. OLE color: 8836059.
HSL color Cylindrical-coordinate representation of color #DBD386: hue angle of 54.35º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBD386 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 134 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.14 |
| HSL | 54.35º | 0.54% | 0.69% | - |
| HSV(B) | 54.35º | 0.39% | 0.86% | - |
| XYZ | 56.81 | 63.37 | 31.79 | - |
| YUV | 204.61 | 88.15 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 134 | 0 | 0.04 | 0.39 | 0.14 | 54.35 | 0.54 | 0.69 |
| Hex | DB | D3 | 86 | 0 | 4 | 27 | E | 36 | 36 | 45 |
| Octal | 333 | 323 | 206 | 0 | 4 | 47 | 16 | 66 | 66 | 105 |
| Binary | 11011011 | 11010011 | 10000110 | 0 | 100 | 100111 | 1110 | 110110 | 110110 | 1000101 |
Color Harmonies of #DBD386
Complementary color
Monochromatic Colors of #DBD386
Black with #DBD386
Text Example
Text Example
White with #DBD386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD386; }
p { color: rgb(219,211,134); }
H1.HeaderClassName
{
color: #DBD386;
}
.AnyTagClassName
{
color: #DBD386;
}
</style>
background-color css
<style>
a { background-color: #DBD386; }
a { background-color: rgb(219,211,134); }
div.DivClassName
{
background-color: #DBD386;
}
.BgClassName
{
background-color: #DBD386;
}
</style>
border-color css
<style>
span { border-color: #DBD386; }
span { border-color: rgb(219,211,134); }
td.TdClassName
{
border-color: #DBD386;
}
.TagClassName
{
border-color: #DBD386;
}
</style>