Shades of Sandwisp #DACB86
Tints of Sandwisp #DACB86
RGB
CMYK
RGB Variations
Color information
#DACB86 (or 0xDACB86) is known color: Sandwisp. HEX triplet: DA, CB and 86. RGB value is (218,203,134). Sum of RGB (Red+Green+Blue) = 218+203+134=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 134 (52.73% from 255 or 24.14% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACB86 is #253479. Grayscale: #C7C7C7. Windows color (decimal): -2438266 or 8834010. OLE color: 8834010.
HSL color Cylindrical-coordinate representation of color #DACB86: hue angle of 49.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 #DACB86 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 134 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.15 |
| HSL | 49.29º | 0.53% | 0.69% | - |
| HSV(B) | 49.29º | 0.39% | 0.85% | - |
| XYZ | 54.57 | 59.34 | 31.13 | - |
| YUV | 199.62 | 90.97 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 134 | 0 | 0.07 | 0.39 | 0.15 | 49.29 | 0.53 | 0.69 |
| Hex | DA | CB | 86 | 0 | 7 | 27 | F | 31 | 35 | 45 |
| Octal | 332 | 313 | 206 | 0 | 7 | 47 | 17 | 61 | 65 | 105 |
| Binary | 11011010 | 11001011 | 10000110 | 0 | 111 | 100111 | 1111 | 110001 | 110101 | 1000101 |
Color Harmonies of #DACB86
Complementary color
Monochromatic Colors of #DACB86
Black with #DACB86
Text Example
Text Example
White with #DACB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB86; }
p { color: rgb(218,203,134); }
H1.HeaderClassName
{
color: #DACB86;
}
.AnyTagClassName
{
color: #DACB86;
}
</style>
background-color css
<style>
a { background-color: #DACB86; }
a { background-color: rgb(218,203,134); }
div.DivClassName
{
background-color: #DACB86;
}
.BgClassName
{
background-color: #DACB86;
}
</style>
border-color css
<style>
span { border-color: #DACB86; }
span { border-color: rgb(218,203,134); }
td.TdClassName
{
border-color: #DACB86;
}
.TagClassName
{
border-color: #DACB86;
}
</style>