Shades of Sandwisp #DBD581
Tints of Sandwisp #DBD581
RGB
CMYK
RGB Variations
Color information
#DBD581 (or 0xDBD581) is known color: Sandwisp. HEX triplet: DB, D5 and 81. RGB value is (219,213,129). Sum of RGB (Red+Green+Blue) = 219+213+129=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 129 (50.78% from 255 or 22.99% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD581 is #242A7E. Grayscale: #CDCDCD. Windows color (decimal): -2370175 or 8508891. OLE color: 8508891.
HSL color Cylindrical-coordinate representation of color #DBD581: hue angle of 56º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBD581 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 129 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.14 |
| HSL | 56º | 0.56% | 0.68% | - |
| HSV(B) | 56º | 0.41% | 0.86% | - |
| XYZ | 56.97 | 64.23 | 30.16 | - |
| YUV | 205.22 | 84.99 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 129 | 0 | 0.03 | 0.41 | 0.14 | 56 | 0.56 | 0.68 |
| Hex | DB | D5 | 81 | 0 | 3 | 29 | E | 38 | 38 | 44 |
| Octal | 333 | 325 | 201 | 0 | 3 | 51 | 16 | 70 | 70 | 104 |
| Binary | 11011011 | 11010101 | 10000001 | 0 | 11 | 101001 | 1110 | 111000 | 111000 | 1000100 |
Color Harmonies of #DBD581
Complementary color
Monochromatic Colors of #DBD581
Black with #DBD581
Text Example
Text Example
White with #DBD581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD581; }
p { color: rgb(219,213,129); }
H1.HeaderClassName
{
color: #DBD581;
}
.AnyTagClassName
{
color: #DBD581;
}
</style>
background-color css
<style>
a { background-color: #DBD581; }
a { background-color: rgb(219,213,129); }
div.DivClassName
{
background-color: #DBD581;
}
.BgClassName
{
background-color: #DBD581;
}
</style>
border-color css
<style>
span { border-color: #DBD581; }
span { border-color: rgb(219,213,129); }
td.TdClassName
{
border-color: #DBD581;
}
.TagClassName
{
border-color: #DBD581;
}
</style>