Shades of Sandwisp #DAC97A
Tints of Sandwisp #DAC97A
RGB
CMYK
RGB Variations
Color information
#DAC97A (or 0xDAC97A) is known color: Sandwisp. HEX triplet: DA, C9 and 7A. RGB value is (218,201,122). Sum of RGB (Red+Green+Blue) = 218+201+122=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 122 (48.05% from 255 or 22.55% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC97A is #253685. Grayscale: #C5C5C5. Windows color (decimal): -2438790 or 8047066. OLE color: 8047066.
HSL color Cylindrical-coordinate representation of color #DAC97A: hue angle of 49.38º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAC97A is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 122 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.15 |
| HSL | 49.38º | 0.56% | 0.67% | - |
| HSV(B) | 49.38º | 0.44% | 0.85% | - |
| XYZ | 53.31 | 58.08 | 26.81 | - |
| YUV | 197.08 | 85.63 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 122 | 0 | 0.08 | 0.44 | 0.15 | 49.38 | 0.56 | 0.67 |
| Hex | DA | C9 | 7A | 0 | 8 | 2C | F | 31 | 38 | 43 |
| Octal | 332 | 311 | 172 | 0 | 10 | 54 | 17 | 61 | 70 | 103 |
| Binary | 11011010 | 11001001 | 1111010 | 0 | 1000 | 101100 | 1111 | 110001 | 111000 | 1000011 |
Color Harmonies of #DAC97A
Complementary color
Monochromatic Colors of #DAC97A
Black with #DAC97A
Text Example
Text Example
White with #DAC97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC97A; }
p { color: rgb(218,201,122); }
H1.HeaderClassName
{
color: #DAC97A;
}
.AnyTagClassName
{
color: #DAC97A;
}
</style>
background-color css
<style>
a { background-color: #DAC97A; }
a { background-color: rgb(218,201,122); }
div.DivClassName
{
background-color: #DAC97A;
}
.BgClassName
{
background-color: #DAC97A;
}
</style>
border-color css
<style>
span { border-color: #DAC97A; }
span { border-color: rgb(218,201,122); }
td.TdClassName
{
border-color: #DAC97A;
}
.TagClassName
{
border-color: #DAC97A;
}
</style>