Shades of Sandwisp #DBCF89
Tints of Sandwisp #DBCF89
RGB
CMYK
RGB Variations
Color information
#DBCF89 (or 0xDBCF89) is known color: Sandwisp. HEX triplet: DB, CF and 89. RGB value is (219,207,137). Sum of RGB (Red+Green+Blue) = 219+207+137=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 137 (53.91% from 255 or 24.33% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCF89 is #243076. Grayscale: #CACACA. Windows color (decimal): -2371703 or 9031643. OLE color: 9031643.
HSL color Cylindrical-coordinate representation of color #DBCF89: hue angle of 51.22º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBCF89 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 137 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.14 |
| HSL | 51.22º | 0.53% | 0.7% | - |
| HSV(B) | 51.22º | 0.37% | 0.86% | - |
| XYZ | 56.04 | 61.49 | 32.58 | - |
| YUV | 202.61 | 90.98 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 137 | 0 | 0.05 | 0.37 | 0.14 | 51.22 | 0.53 | 0.7 |
| Hex | DB | CF | 89 | 0 | 5 | 25 | E | 33 | 35 | 46 |
| Octal | 333 | 317 | 211 | 0 | 5 | 45 | 16 | 63 | 65 | 106 |
| Binary | 11011011 | 11001111 | 10001001 | 0 | 101 | 100101 | 1110 | 110011 | 110101 | 1000110 |
Color Harmonies of #DBCF89
Complementary color
Monochromatic Colors of #DBCF89
Black with #DBCF89
Text Example
Text Example
White with #DBCF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF89; }
p { color: rgb(219,207,137); }
H1.HeaderClassName
{
color: #DBCF89;
}
.AnyTagClassName
{
color: #DBCF89;
}
</style>
background-color css
<style>
a { background-color: #DBCF89; }
a { background-color: rgb(219,207,137); }
div.DivClassName
{
background-color: #DBCF89;
}
.BgClassName
{
background-color: #DBCF89;
}
</style>
border-color css
<style>
span { border-color: #DBCF89; }
span { border-color: rgb(219,207,137); }
td.TdClassName
{
border-color: #DBCF89;
}
.TagClassName
{
border-color: #DBCF89;
}
</style>