Shades of Sandwisp #DBCA85
Tints of Sandwisp #DBCA85
RGB
CMYK
RGB Variations
Color information
#DBCA85 (or 0xDBCA85) is known color: Sandwisp. HEX triplet: DB, CA and 85. RGB value is (219,202,133). Sum of RGB (Red+Green+Blue) = 219+202+133=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCA85 is #24357A. Grayscale: #C7C7C7. Windows color (decimal): -2372987 or 8768219. OLE color: 8768219.
HSL color Cylindrical-coordinate representation of color #DBCA85: hue angle of 48.14º 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 #DBCA85 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 133 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.14 |
| HSL | 48.14º | 0.54% | 0.69% | - |
| HSV(B) | 48.14º | 0.39% | 0.86% | - |
| XYZ | 54.57 | 58.99 | 30.7 | - |
| YUV | 199.22 | 90.63 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 133 | 0 | 0.08 | 0.39 | 0.14 | 48.14 | 0.54 | 0.69 |
| Hex | DB | CA | 85 | 0 | 8 | 27 | E | 30 | 36 | 45 |
| Octal | 333 | 312 | 205 | 0 | 10 | 47 | 16 | 60 | 66 | 105 |
| Binary | 11011011 | 11001010 | 10000101 | 0 | 1000 | 100111 | 1110 | 110000 | 110110 | 1000101 |
Color Harmonies of #DBCA85
Complementary color
Monochromatic Colors of #DBCA85
Black with #DBCA85
Text Example
Text Example
White with #DBCA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA85; }
p { color: rgb(219,202,133); }
H1.HeaderClassName
{
color: #DBCA85;
}
.AnyTagClassName
{
color: #DBCA85;
}
</style>
background-color css
<style>
a { background-color: #DBCA85; }
a { background-color: rgb(219,202,133); }
div.DivClassName
{
background-color: #DBCA85;
}
.BgClassName
{
background-color: #DBCA85;
}
</style>
border-color css
<style>
span { border-color: #DBCA85; }
span { border-color: rgb(219,202,133); }
td.TdClassName
{
border-color: #DBCA85;
}
.TagClassName
{
border-color: #DBCA85;
}
</style>