Shades of Sandwisp #DACB87
Tints of Sandwisp #DACB87
RGB
CMYK
RGB Variations
Color information
#DACB87 (or 0xDACB87) is known color: Sandwisp. HEX triplet: DA, CB and 87. RGB value is (218,203,135). Sum of RGB (Red+Green+Blue) = 218+203+135=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 135 (53.12% from 255 or 24.28% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACB87 is #253478. Grayscale: #C8C8C8. Windows color (decimal): -2438265 or 8899546. OLE color: 8899546.
HSL color Cylindrical-coordinate representation of color #DACB87: hue angle of 49.16º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DACB87 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 135 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.15 |
| HSL | 49.16º | 0.53% | 0.69% | - |
| HSV(B) | 49.16º | 0.38% | 0.85% | - |
| XYZ | 54.64 | 59.37 | 31.5 | - |
| YUV | 199.73 | 91.47 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 135 | 0 | 0.07 | 0.38 | 0.15 | 49.16 | 0.53 | 0.69 |
| Hex | DA | CB | 87 | 0 | 7 | 26 | F | 31 | 35 | 45 |
| Octal | 332 | 313 | 207 | 0 | 7 | 46 | 17 | 61 | 65 | 105 |
| Binary | 11011010 | 11001011 | 10000111 | 0 | 111 | 100110 | 1111 | 110001 | 110101 | 1000101 |
Color Harmonies of #DACB87
Complementary color
Monochromatic Colors of #DACB87
Black with #DACB87
Text Example
Text Example
White with #DACB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB87; }
p { color: rgb(218,203,135); }
H1.HeaderClassName
{
color: #DACB87;
}
.AnyTagClassName
{
color: #DACB87;
}
</style>
background-color css
<style>
a { background-color: #DACB87; }
a { background-color: rgb(218,203,135); }
div.DivClassName
{
background-color: #DACB87;
}
.BgClassName
{
background-color: #DACB87;
}
</style>
border-color css
<style>
span { border-color: #DACB87; }
span { border-color: rgb(218,203,135); }
td.TdClassName
{
border-color: #DACB87;
}
.TagClassName
{
border-color: #DACB87;
}
</style>