Shades of Sandwisp #DAC88A
Tints of Sandwisp #DAC88A
RGB
CMYK
RGB Variations
Color information
#DAC88A (or 0xDAC88A) is known color: Sandwisp. HEX triplet: DA, C8 and 8A. RGB value is (218,200,138). Sum of RGB (Red+Green+Blue) = 218+200+138=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 138 (54.30% from 255 or 24.82% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC88A is #253775. Grayscale: #C6C6C6. Windows color (decimal): -2439030 or 9095386. OLE color: 9095386.
HSL color Cylindrical-coordinate representation of color #DAC88A: hue angle of 46.5º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAC88A is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 138 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.15 |
| HSL | 46.5º | 0.52% | 0.7% | - |
| HSV(B) | 46.5º | 0.37% | 0.85% | - |
| XYZ | 54.16 | 58.05 | 32.4 | - |
| YUV | 198.31 | 93.96 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 138 | 0 | 0.08 | 0.37 | 0.15 | 46.5 | 0.52 | 0.7 |
| Hex | DA | C8 | 8A | 0 | 8 | 25 | F | 2E | 34 | 46 |
| Octal | 332 | 310 | 212 | 0 | 10 | 45 | 17 | 56 | 64 | 106 |
| Binary | 11011010 | 11001000 | 10001010 | 0 | 1000 | 100101 | 1111 | 101110 | 110100 | 1000110 |
Color Harmonies of #DAC88A
Complementary color
Monochromatic Colors of #DAC88A
Black with #DAC88A
Text Example
Text Example
White with #DAC88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC88A; }
p { color: rgb(218,200,138); }
H1.HeaderClassName
{
color: #DAC88A;
}
.AnyTagClassName
{
color: #DAC88A;
}
</style>
background-color css
<style>
a { background-color: #DAC88A; }
a { background-color: rgb(218,200,138); }
div.DivClassName
{
background-color: #DAC88A;
}
.BgClassName
{
background-color: #DAC88A;
}
</style>
border-color css
<style>
span { border-color: #DAC88A; }
span { border-color: rgb(218,200,138); }
td.TdClassName
{
border-color: #DAC88A;
}
.TagClassName
{
border-color: #DAC88A;
}
</style>