Shades of Sandwisp #DAC77A
Tints of Sandwisp #DAC77A
RGB
CMYK
RGB Variations
Color information
#DAC77A (or 0xDAC77A) is known color: Sandwisp. HEX triplet: DA, C7 and 7A. RGB value is (218,199,122). Sum of RGB (Red+Green+Blue) = 218+199+122=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 122 (48.05% from 255 or 22.63% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC77A is #253885. Grayscale: #C4C4C4. Windows color (decimal): -2439302 or 8046554. OLE color: 8046554.
HSL color Cylindrical-coordinate representation of color #DAC77A: hue angle of 48.12º 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 #DAC77A is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 122 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.15 |
| HSL | 48.13º | 0.56% | 0.67% | - |
| HSV(B) | 48.13º | 0.44% | 0.85% | - |
| XYZ | 52.85 | 57.16 | 26.66 | - |
| YUV | 195.9 | 86.29 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 122 | 0 | 0.09 | 0.44 | 0.15 | 48.13 | 0.56 | 0.67 |
| Hex | DA | C7 | 7A | 0 | 9 | 2C | F | 30 | 38 | 43 |
| Octal | 332 | 307 | 172 | 0 | 11 | 54 | 17 | 60 | 70 | 103 |
| Binary | 11011010 | 11000111 | 1111010 | 0 | 1001 | 101100 | 1111 | 110000 | 111000 | 1000011 |
Color Harmonies of #DAC77A
Complementary color
Monochromatic Colors of #DAC77A
Black with #DAC77A
Text Example
Text Example
White with #DAC77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC77A; }
p { color: rgb(218,199,122); }
H1.HeaderClassName
{
color: #DAC77A;
}
.AnyTagClassName
{
color: #DAC77A;
}
</style>
background-color css
<style>
a { background-color: #DAC77A; }
a { background-color: rgb(218,199,122); }
div.DivClassName
{
background-color: #DAC77A;
}
.BgClassName
{
background-color: #DAC77A;
}
</style>
border-color css
<style>
span { border-color: #DAC77A; }
span { border-color: rgb(218,199,122); }
td.TdClassName
{
border-color: #DAC77A;
}
.TagClassName
{
border-color: #DAC77A;
}
</style>