Shades of Sandwisp #DAC983
Tints of Sandwisp #DAC983
RGB
CMYK
RGB Variations
Color information
#DAC983 (or 0xDAC983) is known color: Sandwisp. HEX triplet: DA, C9 and 83. RGB value is (218,201,131). Sum of RGB (Red+Green+Blue) = 218+201+131=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 131 (51.56% from 255 or 23.82% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC983 is #25367C. Grayscale: #C6C6C6. Windows color (decimal): -2438781 or 8636890. OLE color: 8636890.
HSL color Cylindrical-coordinate representation of color #DAC983: hue angle of 48.28º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAC983 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 131 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.15 |
| HSL | 48.28º | 0.54% | 0.68% | - |
| HSV(B) | 48.28º | 0.4% | 0.85% | - |
| XYZ | 53.9 | 58.32 | 29.89 | - |
| YUV | 198.1 | 90.13 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 131 | 0 | 0.08 | 0.40 | 0.15 | 48.28 | 0.54 | 0.68 |
| Hex | DA | C9 | 83 | 0 | 8 | 28 | F | 30 | 36 | 44 |
| Octal | 332 | 311 | 203 | 0 | 10 | 50 | 17 | 60 | 66 | 104 |
| Binary | 11011010 | 11001001 | 10000011 | 0 | 1000 | 101000 | 1111 | 110000 | 110110 | 1000100 |
Color Harmonies of #DAC983
Complementary color
Monochromatic Colors of #DAC983
Black with #DAC983
Text Example
Text Example
White with #DAC983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC983; }
p { color: rgb(218,201,131); }
H1.HeaderClassName
{
color: #DAC983;
}
.AnyTagClassName
{
color: #DAC983;
}
</style>
background-color css
<style>
a { background-color: #DAC983; }
a { background-color: rgb(218,201,131); }
div.DivClassName
{
background-color: #DAC983;
}
.BgClassName
{
background-color: #DAC983;
}
</style>
border-color css
<style>
span { border-color: #DAC983; }
span { border-color: rgb(218,201,131); }
td.TdClassName
{
border-color: #DAC983;
}
.TagClassName
{
border-color: #DAC983;
}
</style>