Shades of Sandwisp #DAC684
Tints of Sandwisp #DAC684
RGB
CMYK
RGB Variations
Color information
#DAC684 (or 0xDAC684) is known color: Sandwisp. HEX triplet: DA, C6 and 84. RGB value is (218,198,132). Sum of RGB (Red+Green+Blue) = 218+198+132=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 132 (51.95% from 255 or 24.09% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC684 is #25397B. Grayscale: #C4C4C4. Windows color (decimal): -2439548 or 8701658. OLE color: 8701658.
HSL color Cylindrical-coordinate representation of color #DAC684: hue angle of 46.05º 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 #DAC684 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 132 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.15 |
| HSL | 46.05º | 0.54% | 0.69% | - |
| HSV(B) | 46.05º | 0.39% | 0.85% | - |
| XYZ | 53.27 | 56.96 | 30.02 | - |
| YUV | 196.46 | 91.63 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 132 | 0 | 0.09 | 0.39 | 0.15 | 46.05 | 0.54 | 0.69 |
| Hex | DA | C6 | 84 | 0 | 9 | 27 | F | 2E | 36 | 45 |
| Octal | 332 | 306 | 204 | 0 | 11 | 47 | 17 | 56 | 66 | 105 |
| Binary | 11011010 | 11000110 | 10000100 | 0 | 1001 | 100111 | 1111 | 101110 | 110110 | 1000101 |
Color Harmonies of #DAC684
Complementary color
Monochromatic Colors of #DAC684
Black with #DAC684
Text Example
Text Example
White with #DAC684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC684; }
p { color: rgb(218,198,132); }
H1.HeaderClassName
{
color: #DAC684;
}
.AnyTagClassName
{
color: #DAC684;
}
</style>
background-color css
<style>
a { background-color: #DAC684; }
a { background-color: rgb(218,198,132); }
div.DivClassName
{
background-color: #DAC684;
}
.BgClassName
{
background-color: #DAC684;
}
</style>
border-color css
<style>
span { border-color: #DAC684; }
span { border-color: rgb(218,198,132); }
td.TdClassName
{
border-color: #DAC684;
}
.TagClassName
{
border-color: #DAC684;
}
</style>