Shades of Sandwisp #DACC85
Tints of Sandwisp #DACC85
RGB
CMYK
RGB Variations
Color information
#DACC85 (or 0xDACC85) is known color: Sandwisp. HEX triplet: DA, CC and 85. RGB value is (218,204,133). Sum of RGB (Red+Green+Blue) = 218+204+133=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACC85 is #25337A. Grayscale: #C8C8C8. Windows color (decimal): -2438011 or 8768730. OLE color: 8768730.
HSL color Cylindrical-coordinate representation of color #DACC85: hue angle of 50.12º 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 #DACC85 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 133 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.15 |
| HSL | 50.12º | 0.53% | 0.69% | - |
| HSV(B) | 50.12º | 0.39% | 0.85% | - |
| XYZ | 54.74 | 59.78 | 30.84 | - |
| YUV | 200.09 | 90.14 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 133 | 0 | 0.06 | 0.39 | 0.15 | 50.12 | 0.53 | 0.69 |
| Hex | DA | CC | 85 | 0 | 6 | 27 | F | 32 | 35 | 45 |
| Octal | 332 | 314 | 205 | 0 | 6 | 47 | 17 | 62 | 65 | 105 |
| Binary | 11011010 | 11001100 | 10000101 | 0 | 110 | 100111 | 1111 | 110010 | 110101 | 1000101 |
Color Harmonies of #DACC85
Complementary color
Monochromatic Colors of #DACC85
Black with #DACC85
Text Example
Text Example
White with #DACC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACC85; }
p { color: rgb(218,204,133); }
H1.HeaderClassName
{
color: #DACC85;
}
.AnyTagClassName
{
color: #DACC85;
}
</style>
background-color css
<style>
a { background-color: #DACC85; }
a { background-color: rgb(218,204,133); }
div.DivClassName
{
background-color: #DACC85;
}
.BgClassName
{
background-color: #DACC85;
}
</style>
border-color css
<style>
span { border-color: #DACC85; }
span { border-color: rgb(218,204,133); }
td.TdClassName
{
border-color: #DACC85;
}
.TagClassName
{
border-color: #DACC85;
}
</style>