Shades of Sandwisp #DBD080
Tints of Sandwisp #DBD080
RGB
CMYK
RGB Variations
Color information
#DBD080 (or 0xDBD080) is known color: Sandwisp. HEX triplet: DB, D0 and 80. RGB value is (219,208,128). Sum of RGB (Red+Green+Blue) = 219+208+128=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD080 is #242F7F. Grayscale: #CACACA. Windows color (decimal): -2371456 or 8442075. OLE color: 8442075.
HSL color Cylindrical-coordinate representation of color #DBD080: hue angle of 52.75º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBD080 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 128 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.14 |
| HSL | 52.75º | 0.56% | 0.68% | - |
| HSV(B) | 52.75º | 0.42% | 0.86% | - |
| XYZ | 55.67 | 61.73 | 29.4 | - |
| YUV | 202.17 | 86.14 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 128 | 0 | 0.05 | 0.42 | 0.14 | 52.75 | 0.56 | 0.68 |
| Hex | DB | D0 | 80 | 0 | 5 | 2A | E | 35 | 38 | 44 |
| Octal | 333 | 320 | 200 | 0 | 5 | 52 | 16 | 65 | 70 | 104 |
| Binary | 11011011 | 11010000 | 10000000 | 0 | 101 | 101010 | 1110 | 110101 | 111000 | 1000100 |
Color Harmonies of #DBD080
Complementary color
Monochromatic Colors of #DBD080
Black with #DBD080
Text Example
Text Example
White with #DBD080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD080; }
p { color: rgb(219,208,128); }
H1.HeaderClassName
{
color: #DBD080;
}
.AnyTagClassName
{
color: #DBD080;
}
</style>
background-color css
<style>
a { background-color: #DBD080; }
a { background-color: rgb(219,208,128); }
div.DivClassName
{
background-color: #DBD080;
}
.BgClassName
{
background-color: #DBD080;
}
</style>
border-color css
<style>
span { border-color: #DBD080; }
span { border-color: rgb(219,208,128); }
td.TdClassName
{
border-color: #DBD080;
}
.TagClassName
{
border-color: #DBD080;
}
</style>