Shades of Sandwisp #DBC785
Tints of Sandwisp #DBC785
RGB
CMYK
RGB Variations
Color information
#DBC785 (or 0xDBC785) is known color: Sandwisp. HEX triplet: DB, C7 and 85. RGB value is (219,199,133). Sum of RGB (Red+Green+Blue) = 219+199+133=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 199 (78.12% from 255 or 36.12% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC785 is #24387A. Grayscale: #C5C5C5. Windows color (decimal): -2373755 or 8767451. OLE color: 8767451.
HSL color Cylindrical-coordinate representation of color #DBC785: hue angle of 46.05º 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 #DBC785 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 133 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.14 |
| HSL | 46.05º | 0.54% | 0.69% | - |
| HSV(B) | 46.05º | 0.39% | 0.86% | - |
| XYZ | 53.87 | 57.6 | 30.47 | - |
| YUV | 197.46 | 91.63 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 133 | 0 | 0.09 | 0.39 | 0.14 | 46.05 | 0.54 | 0.69 |
| Hex | DB | C7 | 85 | 0 | 9 | 27 | E | 2E | 36 | 45 |
| Octal | 333 | 307 | 205 | 0 | 11 | 47 | 16 | 56 | 66 | 105 |
| Binary | 11011011 | 11000111 | 10000101 | 0 | 1001 | 100111 | 1110 | 101110 | 110110 | 1000101 |
Color Harmonies of #DBC785
Complementary color
Monochromatic Colors of #DBC785
Black with #DBC785
Text Example
Text Example
White with #DBC785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC785; }
p { color: rgb(219,199,133); }
H1.HeaderClassName
{
color: #DBC785;
}
.AnyTagClassName
{
color: #DBC785;
}
</style>
background-color css
<style>
a { background-color: #DBC785; }
a { background-color: rgb(219,199,133); }
div.DivClassName
{
background-color: #DBC785;
}
.BgClassName
{
background-color: #DBC785;
}
</style>
border-color css
<style>
span { border-color: #DBC785; }
span { border-color: rgb(219,199,133); }
td.TdClassName
{
border-color: #DBC785;
}
.TagClassName
{
border-color: #DBC785;
}
</style>