Shades of Sandwisp #DBD184
Tints of Sandwisp #DBD184
RGB
CMYK
RGB Variations
Color information
#DBD184 (or 0xDBD184) is known color: Sandwisp. HEX triplet: DB, D1 and 84. RGB value is (219,209,132). Sum of RGB (Red+Green+Blue) = 219+209+132=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 132 (51.95% from 255 or 23.57% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD184 is #242E7B. Grayscale: #CBCBCB. Windows color (decimal): -2371196 or 8704475. OLE color: 8704475.
HSL color Cylindrical-coordinate representation of color #DBD184: hue angle of 53.1º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBD184 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 132 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.14 |
| HSL | 53.1º | 0.55% | 0.69% | - |
| HSV(B) | 53.1º | 0.4% | 0.86% | - |
| XYZ | 56.18 | 62.33 | 30.9 | - |
| YUV | 203.21 | 87.81 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 132 | 0 | 0.05 | 0.40 | 0.14 | 53.1 | 0.55 | 0.69 |
| Hex | DB | D1 | 84 | 0 | 5 | 28 | E | 35 | 37 | 45 |
| Octal | 333 | 321 | 204 | 0 | 5 | 50 | 16 | 65 | 67 | 105 |
| Binary | 11011011 | 11010001 | 10000100 | 0 | 101 | 101000 | 1110 | 110101 | 110111 | 1000101 |
Color Harmonies of #DBD184
Complementary color
Monochromatic Colors of #DBD184
Black with #DBD184
Text Example
Text Example
White with #DBD184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD184; }
p { color: rgb(219,209,132); }
H1.HeaderClassName
{
color: #DBD184;
}
.AnyTagClassName
{
color: #DBD184;
}
</style>
background-color css
<style>
a { background-color: #DBD184; }
a { background-color: rgb(219,209,132); }
div.DivClassName
{
background-color: #DBD184;
}
.BgClassName
{
background-color: #DBD184;
}
</style>
border-color css
<style>
span { border-color: #DBD184; }
span { border-color: rgb(219,209,132); }
td.TdClassName
{
border-color: #DBD184;
}
.TagClassName
{
border-color: #DBD184;
}
</style>