Shades of Sandwisp #DACB76
Tints of Sandwisp #DACB76
RGB
CMYK
RGB Variations
Color information
#DACB76 (or 0xDACB76) is known color: Sandwisp. HEX triplet: DA, CB and 76. RGB value is (218,203,118). Sum of RGB (Red+Green+Blue) = 218+203+118=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 118 (46.48% from 255 or 21.89% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACB76 is #253489. Grayscale: #C6C6C6. Windows color (decimal): -2438282 or 7785434. OLE color: 7785434.
HSL color Cylindrical-coordinate representation of color #DACB76: hue angle of 51º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DACB76 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 118 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.15 |
| HSL | 51º | 0.57% | 0.66% | - |
| HSV(B) | 51º | 0.46% | 0.85% | - |
| XYZ | 53.54 | 58.93 | 25.69 | - |
| YUV | 197.8 | 82.97 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 118 | 0 | 0.07 | 0.46 | 0.15 | 51 | 0.57 | 0.66 |
| Hex | DA | CB | 76 | 0 | 7 | 2E | F | 33 | 39 | 42 |
| Octal | 332 | 313 | 166 | 0 | 7 | 56 | 17 | 63 | 71 | 102 |
| Binary | 11011010 | 11001011 | 1110110 | 0 | 111 | 101110 | 1111 | 110011 | 111001 | 1000010 |
Color Harmonies of #DACB76
Complementary color
Monochromatic Colors of #DACB76
Black with #DACB76
Text Example
Text Example
White with #DACB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB76; }
p { color: rgb(218,203,118); }
H1.HeaderClassName
{
color: #DACB76;
}
.AnyTagClassName
{
color: #DACB76;
}
</style>
background-color css
<style>
a { background-color: #DACB76; }
a { background-color: rgb(218,203,118); }
div.DivClassName
{
background-color: #DACB76;
}
.BgClassName
{
background-color: #DACB76;
}
</style>
border-color css
<style>
span { border-color: #DACB76; }
span { border-color: rgb(218,203,118); }
td.TdClassName
{
border-color: #DACB76;
}
.TagClassName
{
border-color: #DACB76;
}
</style>