Shades of Sandwisp #DBD185
Tints of Sandwisp #DBD185
RGB
CMYK
RGB Variations
Color information
#DBD185 (or 0xDBD185) is known color: Sandwisp. HEX triplet: DB, D1 and 85. RGB value is (219,209,133). Sum of RGB (Red+Green+Blue) = 219+209+133=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD185 is #242E7A. Grayscale: #CBCBCB. Windows color (decimal): -2371195 or 8770011. OLE color: 8770011.
HSL color Cylindrical-coordinate representation of color #DBD185: hue angle of 53.02º 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 #DBD185 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 133 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.14 |
| HSL | 53.02º | 0.54% | 0.69% | - |
| HSV(B) | 53.02º | 0.39% | 0.86% | - |
| XYZ | 56.25 | 62.35 | 31.26 | - |
| YUV | 203.33 | 88.31 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 133 | 0 | 0.05 | 0.39 | 0.14 | 53.02 | 0.54 | 0.69 |
| Hex | DB | D1 | 85 | 0 | 5 | 27 | E | 35 | 36 | 45 |
| Octal | 333 | 321 | 205 | 0 | 5 | 47 | 16 | 65 | 66 | 105 |
| Binary | 11011011 | 11010001 | 10000101 | 0 | 101 | 100111 | 1110 | 110101 | 110110 | 1000101 |
Color Harmonies of #DBD185
Complementary color
Monochromatic Colors of #DBD185
Black with #DBD185
Text Example
Text Example
White with #DBD185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD185; }
p { color: rgb(219,209,133); }
H1.HeaderClassName
{
color: #DBD185;
}
.AnyTagClassName
{
color: #DBD185;
}
</style>
background-color css
<style>
a { background-color: #DBD185; }
a { background-color: rgb(219,209,133); }
div.DivClassName
{
background-color: #DBD185;
}
.BgClassName
{
background-color: #DBD185;
}
</style>
border-color css
<style>
span { border-color: #DBD185; }
span { border-color: rgb(219,209,133); }
td.TdClassName
{
border-color: #DBD185;
}
.TagClassName
{
border-color: #DBD185;
}
</style>