Shades of Sandwisp #DACD85
Tints of Sandwisp #DACD85
RGB
CMYK
RGB Variations
Color information
#DACD85 (or 0xDACD85) is known color: Sandwisp. HEX triplet: DA, CD and 85. RGB value is (218,205,133). Sum of RGB (Red+Green+Blue) = 218+205+133=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 133 (52.34% from 255 or 23.92% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACD85 is #25327A. Grayscale: #C8C8C8. Windows color (decimal): -2437755 or 8768986. OLE color: 8768986.
HSL color Cylindrical-coordinate representation of color #DACD85: hue angle of 50.82º 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 #DACD85 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 133 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.15 |
| HSL | 50.82º | 0.53% | 0.69% | - |
| HSV(B) | 50.82º | 0.39% | 0.85% | - |
| XYZ | 54.98 | 60.26 | 30.92 | - |
| YUV | 200.68 | 89.81 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 133 | 0 | 0.06 | 0.39 | 0.15 | 50.82 | 0.53 | 0.69 |
| Hex | DA | CD | 85 | 0 | 6 | 27 | F | 33 | 35 | 45 |
| Octal | 332 | 315 | 205 | 0 | 6 | 47 | 17 | 63 | 65 | 105 |
| Binary | 11011010 | 11001101 | 10000101 | 0 | 110 | 100111 | 1111 | 110011 | 110101 | 1000101 |
Color Harmonies of #DACD85
Complementary color
Monochromatic Colors of #DACD85
Black with #DACD85
Text Example
Text Example
White with #DACD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACD85; }
p { color: rgb(218,205,133); }
H1.HeaderClassName
{
color: #DACD85;
}
.AnyTagClassName
{
color: #DACD85;
}
</style>
background-color css
<style>
a { background-color: #DACD85; }
a { background-color: rgb(218,205,133); }
div.DivClassName
{
background-color: #DACD85;
}
.BgClassName
{
background-color: #DACD85;
}
</style>
border-color css
<style>
span { border-color: #DACD85; }
span { border-color: rgb(218,205,133); }
td.TdClassName
{
border-color: #DACD85;
}
.TagClassName
{
border-color: #DACD85;
}
</style>