Shades of Sandwisp #DBC885
Tints of Sandwisp #DBC885
RGB
CMYK
RGB Variations
Color information
#DBC885 (or 0xDBC885) is known color: Sandwisp. HEX triplet: DB, C8 and 85. RGB value is (219,200,133). Sum of RGB (Red+Green+Blue) = 219+200+133=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC885 is #24377A. Grayscale: #C6C6C6. Windows color (decimal): -2373499 or 8767707. OLE color: 8767707.
HSL color Cylindrical-coordinate representation of color #DBC885: hue angle of 46.74º 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 #DBC885 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 133 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.14 |
| HSL | 46.74º | 0.54% | 0.69% | - |
| HSV(B) | 46.74º | 0.39% | 0.86% | - |
| XYZ | 54.1 | 58.06 | 30.55 | - |
| YUV | 198.04 | 91.29 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 133 | 0 | 0.09 | 0.39 | 0.14 | 46.74 | 0.54 | 0.69 |
| Hex | DB | C8 | 85 | 0 | 9 | 27 | E | 2F | 36 | 45 |
| Octal | 333 | 310 | 205 | 0 | 11 | 47 | 16 | 57 | 66 | 105 |
| Binary | 11011011 | 11001000 | 10000101 | 0 | 1001 | 100111 | 1110 | 101111 | 110110 | 1000101 |
Color Harmonies of #DBC885
Complementary color
Monochromatic Colors of #DBC885
Black with #DBC885
Text Example
Text Example
White with #DBC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC885; }
p { color: rgb(219,200,133); }
H1.HeaderClassName
{
color: #DBC885;
}
.AnyTagClassName
{
color: #DBC885;
}
</style>
background-color css
<style>
a { background-color: #DBC885; }
a { background-color: rgb(219,200,133); }
div.DivClassName
{
background-color: #DBC885;
}
.BgClassName
{
background-color: #DBC885;
}
</style>
border-color css
<style>
span { border-color: #DBC885; }
span { border-color: rgb(219,200,133); }
td.TdClassName
{
border-color: #DBC885;
}
.TagClassName
{
border-color: #DBC885;
}
</style>