Shades of Sandwisp #DBD182
Tints of Sandwisp #DBD182
RGB
CMYK
RGB Variations
Color information
#DBD182 (or 0xDBD182) is known color: Sandwisp. HEX triplet: DB, D1 and 82. RGB value is (219,209,130). Sum of RGB (Red+Green+Blue) = 219+209+130=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 130 (51.17% from 255 or 23.30% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD182 is #242E7D. Grayscale: #CBCBCB. Windows color (decimal): -2371198 or 8573403. OLE color: 8573403.
HSL color Cylindrical-coordinate representation of color #DBD182: hue angle of 53.26º 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 #DBD182 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 130 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.14 |
| HSL | 53.26º | 0.55% | 0.68% | - |
| HSV(B) | 53.26º | 0.41% | 0.86% | - |
| XYZ | 56.04 | 62.27 | 30.19 | - |
| YUV | 202.98 | 86.81 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 130 | 0 | 0.05 | 0.41 | 0.14 | 53.26 | 0.55 | 0.68 |
| Hex | DB | D1 | 82 | 0 | 5 | 29 | E | 35 | 37 | 44 |
| Octal | 333 | 321 | 202 | 0 | 5 | 51 | 16 | 65 | 67 | 104 |
| Binary | 11011011 | 11010001 | 10000010 | 0 | 101 | 101001 | 1110 | 110101 | 110111 | 1000100 |
Color Harmonies of #DBD182
Complementary color
Monochromatic Colors of #DBD182
Black with #DBD182
Text Example
Text Example
White with #DBD182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD182; }
p { color: rgb(219,209,130); }
H1.HeaderClassName
{
color: #DBD182;
}
.AnyTagClassName
{
color: #DBD182;
}
</style>
background-color css
<style>
a { background-color: #DBD182; }
a { background-color: rgb(219,209,130); }
div.DivClassName
{
background-color: #DBD182;
}
.BgClassName
{
background-color: #DBD182;
}
</style>
border-color css
<style>
span { border-color: #DBD182; }
span { border-color: rgb(219,209,130); }
td.TdClassName
{
border-color: #DBD182;
}
.TagClassName
{
border-color: #DBD182;
}
</style>