Shades of Sandwisp #DBCA8B
Tints of Sandwisp #DBCA8B
RGB
CMYK
RGB Variations
Color information
#DBCA8B (or 0xDBCA8B) is known color: Sandwisp. HEX triplet: DB, CA and 8B. RGB value is (219,202,139). Sum of RGB (Red+Green+Blue) = 219+202+139=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 139 (54.69% from 255 or 24.82% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCA8B is #243574. Grayscale: #C8C8C8. Windows color (decimal): -2372981 or 9161435. OLE color: 9161435.
HSL color Cylindrical-coordinate representation of color #DBCA8B: hue angle of 47.25º 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 #DBCA8B is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 139 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.14 |
| HSL | 47.25º | 0.53% | 0.7% | - |
| HSV(B) | 47.25º | 0.37% | 0.86% | - |
| XYZ | 54.99 | 59.17 | 32.95 | - |
| YUV | 199.9 | 93.63 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 139 | 0 | 0.08 | 0.37 | 0.14 | 47.25 | 0.53 | 0.7 |
| Hex | DB | CA | 8B | 0 | 8 | 25 | E | 2F | 35 | 46 |
| Octal | 333 | 312 | 213 | 0 | 10 | 45 | 16 | 57 | 65 | 106 |
| Binary | 11011011 | 11001010 | 10001011 | 0 | 1000 | 100101 | 1110 | 101111 | 110101 | 1000110 |
Color Harmonies of #DBCA8B
Complementary color
Monochromatic Colors of #DBCA8B
Black with #DBCA8B
Text Example
Text Example
White with #DBCA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA8B; }
p { color: rgb(219,202,139); }
H1.HeaderClassName
{
color: #DBCA8B;
}
.AnyTagClassName
{
color: #DBCA8B;
}
</style>
background-color css
<style>
a { background-color: #DBCA8B; }
a { background-color: rgb(219,202,139); }
div.DivClassName
{
background-color: #DBCA8B;
}
.BgClassName
{
background-color: #DBCA8B;
}
</style>
border-color css
<style>
span { border-color: #DBCA8B; }
span { border-color: rgb(219,202,139); }
td.TdClassName
{
border-color: #DBCA8B;
}
.TagClassName
{
border-color: #DBCA8B;
}
</style>