Shades of Sandwisp #DAC77E
Tints of Sandwisp #DAC77E
RGB
CMYK
RGB Variations
Color information
#DAC77E (or 0xDAC77E) is known color: Sandwisp. HEX triplet: DA, C7 and 7E. RGB value is (218,199,126). Sum of RGB (Red+Green+Blue) = 218+199+126=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 126 (49.61% from 255 or 23.20% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC77E is #253881. Grayscale: #C4C4C4. Windows color (decimal): -2439298 or 8308698. OLE color: 8308698.
HSL color Cylindrical-coordinate representation of color #DAC77E: hue angle of 47.61º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAC77E is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 126 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.15 |
| HSL | 47.61º | 0.55% | 0.67% | - |
| HSV(B) | 47.61º | 0.42% | 0.85% | - |
| XYZ | 53.1 | 57.26 | 27.99 | - |
| YUV | 196.36 | 88.29 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 126 | 0 | 0.09 | 0.42 | 0.15 | 47.61 | 0.55 | 0.67 |
| Hex | DA | C7 | 7E | 0 | 9 | 2A | F | 30 | 37 | 43 |
| Octal | 332 | 307 | 176 | 0 | 11 | 52 | 17 | 60 | 67 | 103 |
| Binary | 11011010 | 11000111 | 1111110 | 0 | 1001 | 101010 | 1111 | 110000 | 110111 | 1000011 |
Color Harmonies of #DAC77E
Complementary color
Monochromatic Colors of #DAC77E
Black with #DAC77E
Text Example
Text Example
White with #DAC77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC77E; }
p { color: rgb(218,199,126); }
H1.HeaderClassName
{
color: #DAC77E;
}
.AnyTagClassName
{
color: #DAC77E;
}
</style>
background-color css
<style>
a { background-color: #DAC77E; }
a { background-color: rgb(218,199,126); }
div.DivClassName
{
background-color: #DAC77E;
}
.BgClassName
{
background-color: #DAC77E;
}
</style>
border-color css
<style>
span { border-color: #DAC77E; }
span { border-color: rgb(218,199,126); }
td.TdClassName
{
border-color: #DAC77E;
}
.TagClassName
{
border-color: #DAC77E;
}
</style>