Shades of Sandwisp #DAC984
Tints of Sandwisp #DAC984
RGB
CMYK
RGB Variations
Color information
#DAC984 (or 0xDAC984) is known color: Sandwisp. HEX triplet: DA, C9 and 84. RGB value is (218,201,132). Sum of RGB (Red+Green+Blue) = 218+201+132=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 132 (51.95% from 255 or 23.96% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC984 is #25367B. Grayscale: #C6C6C6. Windows color (decimal): -2438780 or 8702426. OLE color: 8702426.
HSL color Cylindrical-coordinate representation of color #DAC984: hue angle of 48.14º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAC984 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 132 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.15 |
| HSL | 48.14º | 0.54% | 0.69% | - |
| HSV(B) | 48.14º | 0.39% | 0.85% | - |
| XYZ | 53.96 | 58.34 | 30.25 | - |
| YUV | 198.22 | 90.63 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 132 | 0 | 0.08 | 0.39 | 0.15 | 48.14 | 0.54 | 0.69 |
| Hex | DA | C9 | 84 | 0 | 8 | 27 | F | 30 | 36 | 45 |
| Octal | 332 | 311 | 204 | 0 | 10 | 47 | 17 | 60 | 66 | 105 |
| Binary | 11011010 | 11001001 | 10000100 | 0 | 1000 | 100111 | 1111 | 110000 | 110110 | 1000101 |
Color Harmonies of #DAC984
Complementary color
Monochromatic Colors of #DAC984
Black with #DAC984
Text Example
Text Example
White with #DAC984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC984; }
p { color: rgb(218,201,132); }
H1.HeaderClassName
{
color: #DAC984;
}
.AnyTagClassName
{
color: #DAC984;
}
</style>
background-color css
<style>
a { background-color: #DAC984; }
a { background-color: rgb(218,201,132); }
div.DivClassName
{
background-color: #DAC984;
}
.BgClassName
{
background-color: #DAC984;
}
</style>
border-color css
<style>
span { border-color: #DAC984; }
span { border-color: rgb(218,201,132); }
td.TdClassName
{
border-color: #DAC984;
}
.TagClassName
{
border-color: #DAC984;
}
</style>