Shades of Sandwisp #DBD082
Tints of Sandwisp #DBD082
RGB
CMYK
RGB Variations
Color information
#DBD082 (or 0xDBD082) is known color: Sandwisp. HEX triplet: DB, D0 and 82. RGB value is (219,208,130). Sum of RGB (Red+Green+Blue) = 219+208+130=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 130 (51.17% from 255 or 23.34% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD082 is #242F7D. Grayscale: #CACACA. Windows color (decimal): -2371454 or 8573147. OLE color: 8573147.
HSL color Cylindrical-coordinate representation of color #DBD082: hue angle of 52.58º degrees, saturation: 0.55, 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 #DBD082 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 130 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.14 |
| HSL | 52.58º | 0.55% | 0.68% | - |
| HSV(B) | 52.58º | 0.41% | 0.86% | - |
| XYZ | 55.8 | 61.78 | 30.1 | - |
| YUV | 202.4 | 87.14 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 130 | 0 | 0.05 | 0.41 | 0.14 | 52.58 | 0.55 | 0.68 |
| Hex | DB | D0 | 82 | 0 | 5 | 29 | E | 35 | 37 | 44 |
| Octal | 333 | 320 | 202 | 0 | 5 | 51 | 16 | 65 | 67 | 104 |
| Binary | 11011011 | 11010000 | 10000010 | 0 | 101 | 101001 | 1110 | 110101 | 110111 | 1000100 |
Color Harmonies of #DBD082
Complementary color
Monochromatic Colors of #DBD082
Black with #DBD082
Text Example
Text Example
White with #DBD082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD082; }
p { color: rgb(219,208,130); }
H1.HeaderClassName
{
color: #DBD082;
}
.AnyTagClassName
{
color: #DBD082;
}
</style>
background-color css
<style>
a { background-color: #DBD082; }
a { background-color: rgb(219,208,130); }
div.DivClassName
{
background-color: #DBD082;
}
.BgClassName
{
background-color: #DBD082;
}
</style>
border-color css
<style>
span { border-color: #DBD082; }
span { border-color: rgb(219,208,130); }
td.TdClassName
{
border-color: #DBD082;
}
.TagClassName
{
border-color: #DBD082;
}
</style>