Shades of Sandwisp #DBCF86
Tints of Sandwisp #DBCF86
RGB
CMYK
RGB Variations
Color information
#DBCF86 (or 0xDBCF86) is known color: Sandwisp. HEX triplet: DB, CF and 86. RGB value is (219,207,134). Sum of RGB (Red+Green+Blue) = 219+207+134=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 134 (52.73% from 255 or 23.93% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCF86 is #243079. Grayscale: #CACACA. Windows color (decimal): -2371706 or 8835035. OLE color: 8835035.
HSL color Cylindrical-coordinate representation of color #DBCF86: hue angle of 51.53º 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 #DBCF86 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 134 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.14 |
| HSL | 51.53º | 0.54% | 0.69% | - |
| HSV(B) | 51.53º | 0.39% | 0.86% | - |
| XYZ | 55.83 | 61.41 | 31.46 | - |
| YUV | 202.27 | 89.48 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 134 | 0 | 0.05 | 0.39 | 0.14 | 51.53 | 0.54 | 0.69 |
| Hex | DB | CF | 86 | 0 | 5 | 27 | E | 34 | 36 | 45 |
| Octal | 333 | 317 | 206 | 0 | 5 | 47 | 16 | 64 | 66 | 105 |
| Binary | 11011011 | 11001111 | 10000110 | 0 | 101 | 100111 | 1110 | 110100 | 110110 | 1000101 |
Color Harmonies of #DBCF86
Complementary color
Monochromatic Colors of #DBCF86
Black with #DBCF86
Text Example
Text Example
White with #DBCF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF86; }
p { color: rgb(219,207,134); }
H1.HeaderClassName
{
color: #DBCF86;
}
.AnyTagClassName
{
color: #DBCF86;
}
</style>
background-color css
<style>
a { background-color: #DBCF86; }
a { background-color: rgb(219,207,134); }
div.DivClassName
{
background-color: #DBCF86;
}
.BgClassName
{
background-color: #DBCF86;
}
</style>
border-color css
<style>
span { border-color: #DBCF86; }
span { border-color: rgb(219,207,134); }
td.TdClassName
{
border-color: #DBCF86;
}
.TagClassName
{
border-color: #DBCF86;
}
</style>