Shades of Sandwisp #DBCA86
Tints of Sandwisp #DBCA86
RGB
CMYK
RGB Variations
Color information
#DBCA86 (or 0xDBCA86) is known color: Sandwisp. HEX triplet: DB, CA and 86. RGB value is (219,202,134). Sum of RGB (Red+Green+Blue) = 219+202+134=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 134 (52.73% from 255 or 24.14% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCA86 is #243579. Grayscale: #C7C7C7. Windows color (decimal): -2372986 or 8833755. OLE color: 8833755.
HSL color Cylindrical-coordinate representation of color #DBCA86: hue angle of 48º 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 #DBCA86 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 134 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.14 |
| HSL | 48º | 0.54% | 0.69% | - |
| HSV(B) | 48º | 0.39% | 0.86% | - |
| XYZ | 54.64 | 59.02 | 31.07 | - |
| YUV | 199.33 | 91.13 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 134 | 0 | 0.08 | 0.39 | 0.14 | 48 | 0.54 | 0.69 |
| Hex | DB | CA | 86 | 0 | 8 | 27 | E | 30 | 36 | 45 |
| Octal | 333 | 312 | 206 | 0 | 10 | 47 | 16 | 60 | 66 | 105 |
| Binary | 11011011 | 11001010 | 10000110 | 0 | 1000 | 100111 | 1110 | 110000 | 110110 | 1000101 |
Color Harmonies of #DBCA86
Complementary color
Monochromatic Colors of #DBCA86
Black with #DBCA86
Text Example
Text Example
White with #DBCA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA86; }
p { color: rgb(219,202,134); }
H1.HeaderClassName
{
color: #DBCA86;
}
.AnyTagClassName
{
color: #DBCA86;
}
</style>
background-color css
<style>
a { background-color: #DBCA86; }
a { background-color: rgb(219,202,134); }
div.DivClassName
{
background-color: #DBCA86;
}
.BgClassName
{
background-color: #DBCA86;
}
</style>
border-color css
<style>
span { border-color: #DBCA86; }
span { border-color: rgb(219,202,134); }
td.TdClassName
{
border-color: #DBCA86;
}
.TagClassName
{
border-color: #DBCA86;
}
</style>