Shades of Sandwisp #DBCF87
Tints of Sandwisp #DBCF87
RGB
CMYK
RGB Variations
Color information
#DBCF87 (or 0xDBCF87) is known color: Sandwisp. HEX triplet: DB, CF and 87. RGB value is (219,207,135). Sum of RGB (Red+Green+Blue) = 219+207+135=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 135 (53.12% from 255 or 24.06% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCF87 is #243078. Grayscale: #CACACA. Windows color (decimal): -2371705 or 8900571. OLE color: 8900571.
HSL color Cylindrical-coordinate representation of color #DBCF87: hue angle of 51.43º 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 #DBCF87 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 135 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.14 |
| HSL | 51.43º | 0.54% | 0.69% | - |
| HSV(B) | 51.43º | 0.38% | 0.86% | - |
| XYZ | 55.9 | 61.43 | 31.83 | - |
| YUV | 202.38 | 89.98 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 135 | 0 | 0.05 | 0.38 | 0.14 | 51.43 | 0.54 | 0.69 |
| Hex | DB | CF | 87 | 0 | 5 | 26 | E | 33 | 36 | 45 |
| Octal | 333 | 317 | 207 | 0 | 5 | 46 | 16 | 63 | 66 | 105 |
| Binary | 11011011 | 11001111 | 10000111 | 0 | 101 | 100110 | 1110 | 110011 | 110110 | 1000101 |
Color Harmonies of #DBCF87
Complementary color
Monochromatic Colors of #DBCF87
Black with #DBCF87
Text Example
Text Example
White with #DBCF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF87; }
p { color: rgb(219,207,135); }
H1.HeaderClassName
{
color: #DBCF87;
}
.AnyTagClassName
{
color: #DBCF87;
}
</style>
background-color css
<style>
a { background-color: #DBCF87; }
a { background-color: rgb(219,207,135); }
div.DivClassName
{
background-color: #DBCF87;
}
.BgClassName
{
background-color: #DBCF87;
}
</style>
border-color css
<style>
span { border-color: #DBCF87; }
span { border-color: rgb(219,207,135); }
td.TdClassName
{
border-color: #DBCF87;
}
.TagClassName
{
border-color: #DBCF87;
}
</style>