Shades of Sandwisp #DBD584
Tints of Sandwisp #DBD584
RGB
CMYK
RGB Variations
Color information
#DBD584 (or 0xDBD584) is known color: Sandwisp. HEX triplet: DB, D5 and 84. RGB value is (219,213,132). Sum of RGB (Red+Green+Blue) = 219+213+132=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 132 (51.95% from 255 or 23.40% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD584 is #242A7B. Grayscale: #CDCDCD. Windows color (decimal): -2370172 or 8705499. OLE color: 8705499.
HSL color Cylindrical-coordinate representation of color #DBD584: hue angle of 55.86º 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 #DBD584 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 132 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.14 |
| HSL | 55.86º | 0.55% | 0.69% | - |
| HSV(B) | 55.86º | 0.4% | 0.86% | - |
| XYZ | 57.17 | 64.31 | 31.23 | - |
| YUV | 205.56 | 86.49 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 132 | 0 | 0.03 | 0.40 | 0.14 | 55.86 | 0.55 | 0.69 |
| Hex | DB | D5 | 84 | 0 | 3 | 28 | E | 38 | 37 | 45 |
| Octal | 333 | 325 | 204 | 0 | 3 | 50 | 16 | 70 | 67 | 105 |
| Binary | 11011011 | 11010101 | 10000100 | 0 | 11 | 101000 | 1110 | 111000 | 110111 | 1000101 |
Color Harmonies of #DBD584
Complementary color
Monochromatic Colors of #DBD584
Black with #DBD584
Text Example
Text Example
White with #DBD584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD584; }
p { color: rgb(219,213,132); }
H1.HeaderClassName
{
color: #DBD584;
}
.AnyTagClassName
{
color: #DBD584;
}
</style>
background-color css
<style>
a { background-color: #DBD584; }
a { background-color: rgb(219,213,132); }
div.DivClassName
{
background-color: #DBD584;
}
.BgClassName
{
background-color: #DBD584;
}
</style>
border-color css
<style>
span { border-color: #DBD584; }
span { border-color: rgb(219,213,132); }
td.TdClassName
{
border-color: #DBD584;
}
.TagClassName
{
border-color: #DBD584;
}
</style>