Shades of Sandwisp #DAC681
Tints of Sandwisp #DAC681
RGB
CMYK
RGB Variations
Color information
#DAC681 (or 0xDAC681) is known color: Sandwisp. HEX triplet: DA, C6 and 81. RGB value is (218,198,129). Sum of RGB (Red+Green+Blue) = 218+198+129=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 129 (50.78% from 255 or 23.67% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC681 is #25397E. Grayscale: #C4C4C4. Windows color (decimal): -2439551 or 8505050. OLE color: 8505050.
HSL color Cylindrical-coordinate representation of color #DAC681: hue angle of 46.52º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAC681 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 129 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.15 |
| HSL | 46.52º | 0.55% | 0.68% | - |
| HSV(B) | 46.52º | 0.41% | 0.85% | - |
| XYZ | 53.07 | 56.88 | 28.95 | - |
| YUV | 196.11 | 90.13 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 129 | 0 | 0.09 | 0.41 | 0.15 | 46.52 | 0.55 | 0.68 |
| Hex | DA | C6 | 81 | 0 | 9 | 29 | F | 2F | 37 | 44 |
| Octal | 332 | 306 | 201 | 0 | 11 | 51 | 17 | 57 | 67 | 104 |
| Binary | 11011010 | 11000110 | 10000001 | 0 | 1001 | 101001 | 1111 | 101111 | 110111 | 1000100 |
Color Harmonies of #DAC681
Complementary color
Monochromatic Colors of #DAC681
Black with #DAC681
Text Example
Text Example
White with #DAC681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC681; }
p { color: rgb(218,198,129); }
H1.HeaderClassName
{
color: #DAC681;
}
.AnyTagClassName
{
color: #DAC681;
}
</style>
background-color css
<style>
a { background-color: #DAC681; }
a { background-color: rgb(218,198,129); }
div.DivClassName
{
background-color: #DAC681;
}
.BgClassName
{
background-color: #DAC681;
}
</style>
border-color css
<style>
span { border-color: #DAC681; }
span { border-color: rgb(218,198,129); }
td.TdClassName
{
border-color: #DAC681;
}
.TagClassName
{
border-color: #DAC681;
}
</style>