Shades of Sandwisp #DAC982
Tints of Sandwisp #DAC982
RGB
CMYK
RGB Variations
Color information
#DAC982 (or 0xDAC982) is known color: Sandwisp. HEX triplet: DA, C9 and 82. RGB value is (218,201,130). Sum of RGB (Red+Green+Blue) = 218+201+130=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC982 is #25367D. Grayscale: #C6C6C6. Windows color (decimal): -2438782 or 8571354. OLE color: 8571354.
HSL color Cylindrical-coordinate representation of color #DAC982: hue angle of 48.41º 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 #DAC982 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 130 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.15 |
| HSL | 48.41º | 0.54% | 0.68% | - |
| HSV(B) | 48.41º | 0.4% | 0.85% | - |
| XYZ | 53.83 | 58.29 | 29.53 | - |
| YUV | 197.99 | 89.63 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 130 | 0 | 0.08 | 0.40 | 0.15 | 48.41 | 0.54 | 0.68 |
| Hex | DA | C9 | 82 | 0 | 8 | 28 | F | 30 | 36 | 44 |
| Octal | 332 | 311 | 202 | 0 | 10 | 50 | 17 | 60 | 66 | 104 |
| Binary | 11011010 | 11001001 | 10000010 | 0 | 1000 | 101000 | 1111 | 110000 | 110110 | 1000100 |
Color Harmonies of #DAC982
Complementary color
Monochromatic Colors of #DAC982
Black with #DAC982
Text Example
Text Example
White with #DAC982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC982; }
p { color: rgb(218,201,130); }
H1.HeaderClassName
{
color: #DAC982;
}
.AnyTagClassName
{
color: #DAC982;
}
</style>
background-color css
<style>
a { background-color: #DAC982; }
a { background-color: rgb(218,201,130); }
div.DivClassName
{
background-color: #DAC982;
}
.BgClassName
{
background-color: #DAC982;
}
</style>
border-color css
<style>
span { border-color: #DAC982; }
span { border-color: rgb(218,201,130); }
td.TdClassName
{
border-color: #DAC982;
}
.TagClassName
{
border-color: #DAC982;
}
</style>