Shades of Sandwisp #DBD384
Tints of Sandwisp #DBD384
RGB
CMYK
RGB Variations
Color information
#DBD384 (or 0xDBD384) is known color: Sandwisp. HEX triplet: DB, D3 and 84. RGB value is (219,211,132). Sum of RGB (Red+Green+Blue) = 219+211+132=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 132 (51.95% from 255 or 23.49% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD384 is #242C7B. Grayscale: #CCCCCC. Windows color (decimal): -2370684 or 8704987. OLE color: 8704987.
HSL color Cylindrical-coordinate representation of color #DBD384: hue angle of 54.48º 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 #DBD384 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 132 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.14 |
| HSL | 54.48º | 0.55% | 0.69% | - |
| HSV(B) | 54.48º | 0.4% | 0.86% | - |
| XYZ | 56.67 | 63.31 | 31.06 | - |
| YUV | 204.39 | 87.15 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 132 | 0 | 0.04 | 0.40 | 0.14 | 54.48 | 0.55 | 0.69 |
| Hex | DB | D3 | 84 | 0 | 4 | 28 | E | 36 | 37 | 45 |
| Octal | 333 | 323 | 204 | 0 | 4 | 50 | 16 | 66 | 67 | 105 |
| Binary | 11011011 | 11010011 | 10000100 | 0 | 100 | 101000 | 1110 | 110110 | 110111 | 1000101 |
Color Harmonies of #DBD384
Complementary color
Monochromatic Colors of #DBD384
Black with #DBD384
Text Example
Text Example
White with #DBD384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD384; }
p { color: rgb(219,211,132); }
H1.HeaderClassName
{
color: #DBD384;
}
.AnyTagClassName
{
color: #DBD384;
}
</style>
background-color css
<style>
a { background-color: #DBD384; }
a { background-color: rgb(219,211,132); }
div.DivClassName
{
background-color: #DBD384;
}
.BgClassName
{
background-color: #DBD384;
}
</style>
border-color css
<style>
span { border-color: #DBD384; }
span { border-color: rgb(219,211,132); }
td.TdClassName
{
border-color: #DBD384;
}
.TagClassName
{
border-color: #DBD384;
}
</style>