Shades of Sandwisp #DACB84
Tints of Sandwisp #DACB84
RGB
CMYK
RGB Variations
Color information
#DACB84 (or 0xDACB84) is known color: Sandwisp. HEX triplet: DA, CB and 84. RGB value is (218,203,132). Sum of RGB (Red+Green+Blue) = 218+203+132=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 132 (51.95% from 255 or 23.87% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACB84 is #25347B. Grayscale: #C7C7C7. Windows color (decimal): -2438268 or 8702938. OLE color: 8702938.
HSL color Cylindrical-coordinate representation of color #DACB84: hue angle of 49.53º degrees, saturation: 0.54, 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 #DACB84 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 132 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.15 |
| HSL | 49.53º | 0.54% | 0.69% | - |
| HSV(B) | 49.53º | 0.39% | 0.85% | - |
| XYZ | 54.43 | 59.28 | 30.4 | - |
| YUV | 199.39 | 89.97 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 132 | 0 | 0.07 | 0.39 | 0.15 | 49.53 | 0.54 | 0.69 |
| Hex | DA | CB | 84 | 0 | 7 | 27 | F | 32 | 36 | 45 |
| Octal | 332 | 313 | 204 | 0 | 7 | 47 | 17 | 62 | 66 | 105 |
| Binary | 11011010 | 11001011 | 10000100 | 0 | 111 | 100111 | 1111 | 110010 | 110110 | 1000101 |
Color Harmonies of #DACB84
Complementary color
Monochromatic Colors of #DACB84
Black with #DACB84
Text Example
Text Example
White with #DACB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB84; }
p { color: rgb(218,203,132); }
H1.HeaderClassName
{
color: #DACB84;
}
.AnyTagClassName
{
color: #DACB84;
}
</style>
background-color css
<style>
a { background-color: #DACB84; }
a { background-color: rgb(218,203,132); }
div.DivClassName
{
background-color: #DACB84;
}
.BgClassName
{
background-color: #DACB84;
}
</style>
border-color css
<style>
span { border-color: #DACB84; }
span { border-color: rgb(218,203,132); }
td.TdClassName
{
border-color: #DACB84;
}
.TagClassName
{
border-color: #DACB84;
}
</style>