Shades of Sandwisp #DBCA89
Tints of Sandwisp #DBCA89
RGB
CMYK
RGB Variations
Color information
#DBCA89 (or 0xDBCA89) is known color: Sandwisp. HEX triplet: DB, CA and 89. RGB value is (219,202,137). Sum of RGB (Red+Green+Blue) = 219+202+137=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 137 (53.91% from 255 or 24.55% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCA89 is #243576. Grayscale: #C7C7C7. Windows color (decimal): -2372983 or 9030363. OLE color: 9030363.
HSL color Cylindrical-coordinate representation of color #DBCA89: hue angle of 47.56º 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 #DBCA89 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 137 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.14 |
| HSL | 47.56º | 0.53% | 0.7% | - |
| HSV(B) | 47.56º | 0.37% | 0.86% | - |
| XYZ | 54.85 | 59.11 | 32.18 | - |
| YUV | 199.67 | 92.63 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 137 | 0 | 0.08 | 0.37 | 0.14 | 47.56 | 0.53 | 0.7 |
| Hex | DB | CA | 89 | 0 | 8 | 25 | E | 30 | 35 | 46 |
| Octal | 333 | 312 | 211 | 0 | 10 | 45 | 16 | 60 | 65 | 106 |
| Binary | 11011011 | 11001010 | 10001001 | 0 | 1000 | 100101 | 1110 | 110000 | 110101 | 1000110 |
Color Harmonies of #DBCA89
Complementary color
Monochromatic Colors of #DBCA89
Black with #DBCA89
Text Example
Text Example
White with #DBCA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA89; }
p { color: rgb(219,202,137); }
H1.HeaderClassName
{
color: #DBCA89;
}
.AnyTagClassName
{
color: #DBCA89;
}
</style>
background-color css
<style>
a { background-color: #DBCA89; }
a { background-color: rgb(219,202,137); }
div.DivClassName
{
background-color: #DBCA89;
}
.BgClassName
{
background-color: #DBCA89;
}
</style>
border-color css
<style>
span { border-color: #DBCA89; }
span { border-color: rgb(219,202,137); }
td.TdClassName
{
border-color: #DBCA89;
}
.TagClassName
{
border-color: #DBCA89;
}
</style>