Shades of Sandwisp #DACE86
Tints of Sandwisp #DACE86
RGB
CMYK
RGB Variations
Color information
#DACE86 (or 0xDACE86) is known color: Sandwisp. HEX triplet: DA, CE and 86. RGB value is (218,206,134). Sum of RGB (Red+Green+Blue) = 218+206+134=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 134 (52.73% from 255 or 24.01% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACE86 is #253179. Grayscale: #C9C9C9. Windows color (decimal): -2437498 or 8834778. OLE color: 8834778.
HSL color Cylindrical-coordinate representation of color #DACE86: hue angle of 51.43º 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 #DACE86 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 134 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.15 |
| HSL | 51.43º | 0.53% | 0.69% | - |
| HSV(B) | 51.43º | 0.39% | 0.85% | - |
| XYZ | 55.29 | 60.77 | 31.37 | - |
| YUV | 201.38 | 89.98 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 134 | 0 | 0.06 | 0.39 | 0.15 | 51.43 | 0.53 | 0.69 |
| Hex | DA | CE | 86 | 0 | 6 | 27 | F | 33 | 35 | 45 |
| Octal | 332 | 316 | 206 | 0 | 6 | 47 | 17 | 63 | 65 | 105 |
| Binary | 11011010 | 11001110 | 10000110 | 0 | 110 | 100111 | 1111 | 110011 | 110101 | 1000101 |
Color Harmonies of #DACE86
Complementary color
Monochromatic Colors of #DACE86
Black with #DACE86
Text Example
Text Example
White with #DACE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACE86; }
p { color: rgb(218,206,134); }
H1.HeaderClassName
{
color: #DACE86;
}
.AnyTagClassName
{
color: #DACE86;
}
</style>
background-color css
<style>
a { background-color: #DACE86; }
a { background-color: rgb(218,206,134); }
div.DivClassName
{
background-color: #DACE86;
}
.BgClassName
{
background-color: #DACE86;
}
</style>
border-color css
<style>
span { border-color: #DACE86; }
span { border-color: rgb(218,206,134); }
td.TdClassName
{
border-color: #DACE86;
}
.TagClassName
{
border-color: #DACE86;
}
</style>