Shades of Sandwisp #DAC885
Tints of Sandwisp #DAC885
RGB
CMYK
RGB Variations
Color information
#DAC885 (or 0xDAC885) is known color: Sandwisp. HEX triplet: DA, C8 and 85. RGB value is (218,200,133). Sum of RGB (Red+Green+Blue) = 218+200+133=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC885 is #25377A. Grayscale: #C6C6C6. Windows color (decimal): -2439035 or 8767706. OLE color: 8767706.
HSL color Cylindrical-coordinate representation of color #DAC885: hue angle of 47.29º 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 #DAC885 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 133 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.15 |
| HSL | 47.29º | 0.53% | 0.69% | - |
| HSV(B) | 47.29º | 0.39% | 0.85% | - |
| XYZ | 53.8 | 57.91 | 30.53 | - |
| YUV | 197.74 | 91.46 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 133 | 0 | 0.08 | 0.39 | 0.15 | 47.29 | 0.53 | 0.69 |
| Hex | DA | C8 | 85 | 0 | 8 | 27 | F | 2F | 35 | 45 |
| Octal | 332 | 310 | 205 | 0 | 10 | 47 | 17 | 57 | 65 | 105 |
| Binary | 11011010 | 11001000 | 10000101 | 0 | 1000 | 100111 | 1111 | 101111 | 110101 | 1000101 |
Color Harmonies of #DAC885
Complementary color
Monochromatic Colors of #DAC885
Black with #DAC885
Text Example
Text Example
White with #DAC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC885; }
p { color: rgb(218,200,133); }
H1.HeaderClassName
{
color: #DAC885;
}
.AnyTagClassName
{
color: #DAC885;
}
</style>
background-color css
<style>
a { background-color: #DAC885; }
a { background-color: rgb(218,200,133); }
div.DivClassName
{
background-color: #DAC885;
}
.BgClassName
{
background-color: #DAC885;
}
</style>
border-color css
<style>
span { border-color: #DAC885; }
span { border-color: rgb(218,200,133); }
td.TdClassName
{
border-color: #DAC885;
}
.TagClassName
{
border-color: #DAC885;
}
</style>