Shades of Sandwisp #DAC979
Tints of Sandwisp #DAC979
RGB
CMYK
RGB Variations
Color information
#DAC979 (or 0xDAC979) is known color: Sandwisp. HEX triplet: DA, C9 and 79. RGB value is (218,201,121). Sum of RGB (Red+Green+Blue) = 218+201+121=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 201 (78.91% from 255 or 37.22% from 540); Blue value is 121 (47.66% from 255 or 22.41% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC979 is #253686. Grayscale: #C5C5C5. Windows color (decimal): -2438791 or 7981530. OLE color: 7981530.
HSL color Cylindrical-coordinate representation of color #DAC979: hue angle of 49.48º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAC979 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 121 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.15 |
| HSL | 49.48º | 0.57% | 0.66% | - |
| HSV(B) | 49.48º | 0.44% | 0.85% | - |
| XYZ | 53.25 | 58.06 | 26.49 | - |
| YUV | 196.96 | 85.13 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 121 | 0 | 0.08 | 0.44 | 0.15 | 49.48 | 0.57 | 0.66 |
| Hex | DA | C9 | 79 | 0 | 8 | 2C | F | 31 | 39 | 42 |
| Octal | 332 | 311 | 171 | 0 | 10 | 54 | 17 | 61 | 71 | 102 |
| Binary | 11011010 | 11001001 | 1111001 | 0 | 1000 | 101100 | 1111 | 110001 | 111001 | 1000010 |
Color Harmonies of #DAC979
Complementary color
Monochromatic Colors of #DAC979
Black with #DAC979
Text Example
Text Example
White with #DAC979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC979; }
p { color: rgb(218,201,121); }
H1.HeaderClassName
{
color: #DAC979;
}
.AnyTagClassName
{
color: #DAC979;
}
</style>
background-color css
<style>
a { background-color: #DAC979; }
a { background-color: rgb(218,201,121); }
div.DivClassName
{
background-color: #DAC979;
}
.BgClassName
{
background-color: #DAC979;
}
</style>
border-color css
<style>
span { border-color: #DAC979; }
span { border-color: rgb(218,201,121); }
td.TdClassName
{
border-color: #DAC979;
}
.TagClassName
{
border-color: #DAC979;
}
</style>