Shades of Sandwisp #DBD382
Tints of Sandwisp #DBD382
RGB
CMYK
RGB Variations
Color information
#DBD382 (or 0xDBD382) is known color: Sandwisp. HEX triplet: DB, D3 and 82. RGB value is (219,211,130). Sum of RGB (Red+Green+Blue) = 219+211+130=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 130 (51.17% from 255 or 23.21% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD382 is #242C7D. Grayscale: #CCCCCC. Windows color (decimal): -2370686 or 8573915. OLE color: 8573915.
HSL color Cylindrical-coordinate representation of color #DBD382: hue angle of 54.61º 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 #DBD382 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 130 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.14 |
| HSL | 54.61º | 0.55% | 0.68% | - |
| HSV(B) | 54.61º | 0.41% | 0.86% | - |
| XYZ | 56.54 | 63.26 | 30.35 | - |
| YUV | 204.16 | 86.15 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 130 | 0 | 0.04 | 0.41 | 0.14 | 54.61 | 0.55 | 0.68 |
| Hex | DB | D3 | 82 | 0 | 4 | 29 | E | 37 | 37 | 44 |
| Octal | 333 | 323 | 202 | 0 | 4 | 51 | 16 | 67 | 67 | 104 |
| Binary | 11011011 | 11010011 | 10000010 | 0 | 100 | 101001 | 1110 | 110111 | 110111 | 1000100 |
Color Harmonies of #DBD382
Complementary color
Monochromatic Colors of #DBD382
Black with #DBD382
Text Example
Text Example
White with #DBD382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD382; }
p { color: rgb(219,211,130); }
H1.HeaderClassName
{
color: #DBD382;
}
.AnyTagClassName
{
color: #DBD382;
}
</style>
background-color css
<style>
a { background-color: #DBD382; }
a { background-color: rgb(219,211,130); }
div.DivClassName
{
background-color: #DBD382;
}
.BgClassName
{
background-color: #DBD382;
}
</style>
border-color css
<style>
span { border-color: #DBD382; }
span { border-color: rgb(219,211,130); }
td.TdClassName
{
border-color: #DBD382;
}
.TagClassName
{
border-color: #DBD382;
}
</style>