Shades of Sandwisp #DAC886
Tints of Sandwisp #DAC886
RGB
CMYK
RGB Variations
Color information
#DAC886 (or 0xDAC886) is known color: Sandwisp. HEX triplet: DA, C8 and 86. RGB value is (218,200,134). Sum of RGB (Red+Green+Blue) = 218+200+134=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 134 (52.73% from 255 or 24.28% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC886 is #253779. Grayscale: #C6C6C6. Windows color (decimal): -2439034 or 8833242. OLE color: 8833242.
HSL color Cylindrical-coordinate representation of color #DAC886: hue angle of 47.14º degrees, saturation: 0.53, 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 #DAC886 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 134 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.15 |
| HSL | 47.14º | 0.53% | 0.69% | - |
| HSV(B) | 47.14º | 0.39% | 0.85% | - |
| XYZ | 53.87 | 57.94 | 30.9 | - |
| YUV | 197.86 | 91.96 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 134 | 0 | 0.08 | 0.39 | 0.15 | 47.14 | 0.53 | 0.69 |
| Hex | DA | C8 | 86 | 0 | 8 | 27 | F | 2F | 35 | 45 |
| Octal | 332 | 310 | 206 | 0 | 10 | 47 | 17 | 57 | 65 | 105 |
| Binary | 11011010 | 11001000 | 10000110 | 0 | 1000 | 100111 | 1111 | 101111 | 110101 | 1000101 |
Color Harmonies of #DAC886
Complementary color
Monochromatic Colors of #DAC886
Black with #DAC886
Text Example
Text Example
White with #DAC886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC886; }
p { color: rgb(218,200,134); }
H1.HeaderClassName
{
color: #DAC886;
}
.AnyTagClassName
{
color: #DAC886;
}
</style>
background-color css
<style>
a { background-color: #DAC886; }
a { background-color: rgb(218,200,134); }
div.DivClassName
{
background-color: #DAC886;
}
.BgClassName
{
background-color: #DAC886;
}
</style>
border-color css
<style>
span { border-color: #DAC886; }
span { border-color: rgb(218,200,134); }
td.TdClassName
{
border-color: #DAC886;
}
.TagClassName
{
border-color: #DAC886;
}
</style>