Shades of Sandwisp #DAD282
Tints of Sandwisp #DAD282
RGB
CMYK
RGB Variations
Color information
#DAD282 (or 0xDAD282) is known color: Sandwisp. HEX triplet: DA, D2 and 82. RGB value is (218,210,130). Sum of RGB (Red+Green+Blue) = 218+210+130=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 130 (51.17% from 255 or 23.30% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD282 is #252D7D. Grayscale: #CBCBCB. Windows color (decimal): -2436478 or 8573658. OLE color: 8573658.
HSL color Cylindrical-coordinate representation of color #DAD282: hue angle of 54.55º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAD282 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 130 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.15 |
| HSL | 54.55º | 0.54% | 0.68% | - |
| HSV(B) | 54.55º | 0.4% | 0.85% | - |
| XYZ | 55.99 | 62.61 | 30.25 | - |
| YUV | 203.27 | 86.65 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 130 | 0 | 0.04 | 0.40 | 0.15 | 54.55 | 0.54 | 0.68 |
| Hex | DA | D2 | 82 | 0 | 4 | 28 | F | 37 | 36 | 44 |
| Octal | 332 | 322 | 202 | 0 | 4 | 50 | 17 | 67 | 66 | 104 |
| Binary | 11011010 | 11010010 | 10000010 | 0 | 100 | 101000 | 1111 | 110111 | 110110 | 1000100 |
Color Harmonies of #DAD282
Complementary color
Monochromatic Colors of #DAD282
Black with #DAD282
Text Example
Text Example
White with #DAD282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD282; }
p { color: rgb(218,210,130); }
H1.HeaderClassName
{
color: #DAD282;
}
.AnyTagClassName
{
color: #DAD282;
}
</style>
background-color css
<style>
a { background-color: #DAD282; }
a { background-color: rgb(218,210,130); }
div.DivClassName
{
background-color: #DAD282;
}
.BgClassName
{
background-color: #DAD282;
}
</style>
border-color css
<style>
span { border-color: #DAD282; }
span { border-color: rgb(218,210,130); }
td.TdClassName
{
border-color: #DAD282;
}
.TagClassName
{
border-color: #DAD282;
}
</style>