Shades of Sandwisp #DBCA88
Tints of Sandwisp #DBCA88
RGB
CMYK
RGB Variations
Color information
#DBCA88 (or 0xDBCA88) is known color: Sandwisp. HEX triplet: DB, CA and 88. RGB value is (219,202,136). Sum of RGB (Red+Green+Blue) = 219+202+136=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 136 (53.52% from 255 or 24.42% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCA88 is #243577. Grayscale: #C7C7C7. Windows color (decimal): -2372984 or 8964827. OLE color: 8964827.
HSL color Cylindrical-coordinate representation of color #DBCA88: hue angle of 47.71º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBCA88 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 136 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.14 |
| HSL | 47.71º | 0.54% | 0.7% | - |
| HSV(B) | 47.71º | 0.38% | 0.86% | - |
| XYZ | 54.78 | 59.08 | 31.81 | - |
| YUV | 199.56 | 92.13 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 136 | 0 | 0.08 | 0.38 | 0.14 | 47.71 | 0.54 | 0.7 |
| Hex | DB | CA | 88 | 0 | 8 | 26 | E | 30 | 36 | 46 |
| Octal | 333 | 312 | 210 | 0 | 10 | 46 | 16 | 60 | 66 | 106 |
| Binary | 11011011 | 11001010 | 10001000 | 0 | 1000 | 100110 | 1110 | 110000 | 110110 | 1000110 |
Color Harmonies of #DBCA88
Complementary color
Monochromatic Colors of #DBCA88
Black with #DBCA88
Text Example
Text Example
White with #DBCA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA88; }
p { color: rgb(219,202,136); }
H1.HeaderClassName
{
color: #DBCA88;
}
.AnyTagClassName
{
color: #DBCA88;
}
</style>
background-color css
<style>
a { background-color: #DBCA88; }
a { background-color: rgb(219,202,136); }
div.DivClassName
{
background-color: #DBCA88;
}
.BgClassName
{
background-color: #DBCA88;
}
</style>
border-color css
<style>
span { border-color: #DBCA88; }
span { border-color: rgb(219,202,136); }
td.TdClassName
{
border-color: #DBCA88;
}
.TagClassName
{
border-color: #DBCA88;
}
</style>