Shades of Sandwisp #DAC782
Tints of Sandwisp #DAC782
RGB
CMYK
RGB Variations
Color information
#DAC782 (or 0xDAC782) is known color: Sandwisp. HEX triplet: DA, C7 and 82. RGB value is (218,199,130). Sum of RGB (Red+Green+Blue) = 218+199+130=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 199 (78.12% from 255 or 36.38% from 547); Blue value is 130 (51.17% from 255 or 23.77% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC782 is #25387D. Grayscale: #C5C5C5. Windows color (decimal): -2439294 or 8570842. OLE color: 8570842.
HSL color Cylindrical-coordinate representation of color #DAC782: hue angle of 47.05º 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 #DAC782 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 130 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.15 |
| HSL | 47.05º | 0.54% | 0.68% | - |
| HSV(B) | 47.05º | 0.4% | 0.85% | - |
| XYZ | 53.37 | 57.36 | 29.38 | - |
| YUV | 196.82 | 90.29 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 130 | 0 | 0.09 | 0.40 | 0.15 | 47.05 | 0.54 | 0.68 |
| Hex | DA | C7 | 82 | 0 | 9 | 28 | F | 2F | 36 | 44 |
| Octal | 332 | 307 | 202 | 0 | 11 | 50 | 17 | 57 | 66 | 104 |
| Binary | 11011010 | 11000111 | 10000010 | 0 | 1001 | 101000 | 1111 | 101111 | 110110 | 1000100 |
Color Harmonies of #DAC782
Complementary color
Monochromatic Colors of #DAC782
Black with #DAC782
Text Example
Text Example
White with #DAC782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC782; }
p { color: rgb(218,199,130); }
H1.HeaderClassName
{
color: #DAC782;
}
.AnyTagClassName
{
color: #DAC782;
}
</style>
background-color css
<style>
a { background-color: #DAC782; }
a { background-color: rgb(218,199,130); }
div.DivClassName
{
background-color: #DAC782;
}
.BgClassName
{
background-color: #DAC782;
}
</style>
border-color css
<style>
span { border-color: #DAC782; }
span { border-color: rgb(218,199,130); }
td.TdClassName
{
border-color: #DAC782;
}
.TagClassName
{
border-color: #DAC782;
}
</style>