Shades of Sandwisp #DAC88B
Tints of Sandwisp #DAC88B
RGB
CMYK
RGB Variations
Color information
#DAC88B (or 0xDAC88B) is known color: Sandwisp. HEX triplet: DA, C8 and 8B. RGB value is (218,200,139). Sum of RGB (Red+Green+Blue) = 218+200+139=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 139 (54.69% from 255 or 24.96% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC88B is #253774. Grayscale: #C6C6C6. Windows color (decimal): -2439029 or 9160922. OLE color: 9160922.
HSL color Cylindrical-coordinate representation of color #DAC88B: hue angle of 46.33º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAC88B is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 139 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.15 |
| HSL | 46.33º | 0.52% | 0.7% | - |
| HSV(B) | 46.33º | 0.36% | 0.85% | - |
| XYZ | 54.23 | 58.08 | 32.78 | - |
| YUV | 198.43 | 94.46 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 139 | 0 | 0.08 | 0.36 | 0.15 | 46.33 | 0.52 | 0.7 |
| Hex | DA | C8 | 8B | 0 | 8 | 24 | F | 2E | 34 | 46 |
| Octal | 332 | 310 | 213 | 0 | 10 | 44 | 17 | 56 | 64 | 106 |
| Binary | 11011010 | 11001000 | 10001011 | 0 | 1000 | 100100 | 1111 | 101110 | 110100 | 1000110 |
Color Harmonies of #DAC88B
Complementary color
Monochromatic Colors of #DAC88B
Black with #DAC88B
Text Example
Text Example
White with #DAC88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC88B; }
p { color: rgb(218,200,139); }
H1.HeaderClassName
{
color: #DAC88B;
}
.AnyTagClassName
{
color: #DAC88B;
}
</style>
background-color css
<style>
a { background-color: #DAC88B; }
a { background-color: rgb(218,200,139); }
div.DivClassName
{
background-color: #DAC88B;
}
.BgClassName
{
background-color: #DAC88B;
}
</style>
border-color css
<style>
span { border-color: #DAC88B; }
span { border-color: rgb(218,200,139); }
td.TdClassName
{
border-color: #DAC88B;
}
.TagClassName
{
border-color: #DAC88B;
}
</style>