Shades of Sandwisp #DBCB86
Tints of Sandwisp #DBCB86
RGB
CMYK
RGB Variations
Color information
#DBCB86 (or 0xDBCB86) is known color: Sandwisp. HEX triplet: DB, CB and 86. RGB value is (219,203,134). Sum of RGB (Red+Green+Blue) = 219+203+134=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 134 (52.73% from 255 or 24.10% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCB86 is #243479. Grayscale: #C8C8C8. Windows color (decimal): -2372730 or 8834011. OLE color: 8834011.
HSL color Cylindrical-coordinate representation of color #DBCB86: hue angle of 48.71º 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 #DBCB86 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 134 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.14 |
| HSL | 48.71º | 0.54% | 0.69% | - |
| HSV(B) | 48.71º | 0.39% | 0.86% | - |
| XYZ | 54.87 | 59.49 | 31.15 | - |
| YUV | 199.92 | 90.8 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 134 | 0 | 0.07 | 0.39 | 0.14 | 48.71 | 0.54 | 0.69 |
| Hex | DB | CB | 86 | 0 | 7 | 27 | E | 31 | 36 | 45 |
| Octal | 333 | 313 | 206 | 0 | 7 | 47 | 16 | 61 | 66 | 105 |
| Binary | 11011011 | 11001011 | 10000110 | 0 | 111 | 100111 | 1110 | 110001 | 110110 | 1000101 |
Color Harmonies of #DBCB86
Complementary color
Monochromatic Colors of #DBCB86
Black with #DBCB86
Text Example
Text Example
White with #DBCB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB86; }
p { color: rgb(219,203,134); }
H1.HeaderClassName
{
color: #DBCB86;
}
.AnyTagClassName
{
color: #DBCB86;
}
</style>
background-color css
<style>
a { background-color: #DBCB86; }
a { background-color: rgb(219,203,134); }
div.DivClassName
{
background-color: #DBCB86;
}
.BgClassName
{
background-color: #DBCB86;
}
</style>
border-color css
<style>
span { border-color: #DBCB86; }
span { border-color: rgb(219,203,134); }
td.TdClassName
{
border-color: #DBCB86;
}
.TagClassName
{
border-color: #DBCB86;
}
</style>