Shades of Sandwisp #DAC77F
Tints of Sandwisp #DAC77F
RGB
CMYK
RGB Variations
Color information
#DAC77F (or 0xDAC77F) is known color: Sandwisp. HEX triplet: DA, C7 and 7F. RGB value is (218,199,127). Sum of RGB (Red+Green+Blue) = 218+199+127=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 199 (78.12% from 255 or 36.58% from 544); Blue value is 127 (50% from 255 or 23.35% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC77F is #253880. Grayscale: #C4C4C4. Windows color (decimal): -2439297 or 8374234. OLE color: 8374234.
HSL color Cylindrical-coordinate representation of color #DAC77F: hue angle of 47.47º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAC77F is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 127 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.15 |
| HSL | 47.47º | 0.55% | 0.68% | - |
| HSV(B) | 47.47º | 0.42% | 0.85% | - |
| XYZ | 53.17 | 57.28 | 28.33 | - |
| YUV | 196.47 | 88.79 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 127 | 0 | 0.09 | 0.42 | 0.15 | 47.47 | 0.55 | 0.68 |
| Hex | DA | C7 | 7F | 0 | 9 | 2A | F | 2F | 37 | 44 |
| Octal | 332 | 307 | 177 | 0 | 11 | 52 | 17 | 57 | 67 | 104 |
| Binary | 11011010 | 11000111 | 1111111 | 0 | 1001 | 101010 | 1111 | 101111 | 110111 | 1000100 |
Color Harmonies of #DAC77F
Complementary color
Monochromatic Colors of #DAC77F
Black with #DAC77F
Text Example
Text Example
White with #DAC77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC77F; }
p { color: rgb(218,199,127); }
H1.HeaderClassName
{
color: #DAC77F;
}
.AnyTagClassName
{
color: #DAC77F;
}
</style>
background-color css
<style>
a { background-color: #DAC77F; }
a { background-color: rgb(218,199,127); }
div.DivClassName
{
background-color: #DAC77F;
}
.BgClassName
{
background-color: #DAC77F;
}
</style>
border-color css
<style>
span { border-color: #DAC77F; }
span { border-color: rgb(218,199,127); }
td.TdClassName
{
border-color: #DAC77F;
}
.TagClassName
{
border-color: #DAC77F;
}
</style>