Shades of Sandwisp #DACB85
Tints of Sandwisp #DACB85
RGB
CMYK
RGB Variations
Color information
#DACB85 (or 0xDACB85) is known color: Sandwisp. HEX triplet: DA, CB and 85. RGB value is (218,203,133). Sum of RGB (Red+Green+Blue) = 218+203+133=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACB85 is #25347A. Grayscale: #C7C7C7. Windows color (decimal): -2438267 or 8768474. OLE color: 8768474.
HSL color Cylindrical-coordinate representation of color #DACB85: hue angle of 49.41º 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 #DACB85 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 133 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.15 |
| HSL | 49.41º | 0.53% | 0.69% | - |
| HSV(B) | 49.41º | 0.39% | 0.85% | - |
| XYZ | 54.5 | 59.31 | 30.77 | - |
| YUV | 199.51 | 90.47 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 133 | 0 | 0.07 | 0.39 | 0.15 | 49.41 | 0.53 | 0.69 |
| Hex | DA | CB | 85 | 0 | 7 | 27 | F | 31 | 35 | 45 |
| Octal | 332 | 313 | 205 | 0 | 7 | 47 | 17 | 61 | 65 | 105 |
| Binary | 11011010 | 11001011 | 10000101 | 0 | 111 | 100111 | 1111 | 110001 | 110101 | 1000101 |
Color Harmonies of #DACB85
Complementary color
Monochromatic Colors of #DACB85
Black with #DACB85
Text Example
Text Example
White with #DACB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB85; }
p { color: rgb(218,203,133); }
H1.HeaderClassName
{
color: #DACB85;
}
.AnyTagClassName
{
color: #DACB85;
}
</style>
background-color css
<style>
a { background-color: #DACB85; }
a { background-color: rgb(218,203,133); }
div.DivClassName
{
background-color: #DACB85;
}
.BgClassName
{
background-color: #DACB85;
}
</style>
border-color css
<style>
span { border-color: #DACB85; }
span { border-color: rgb(218,203,133); }
td.TdClassName
{
border-color: #DACB85;
}
.TagClassName
{
border-color: #DACB85;
}
</style>