Shades of Sandwisp #DAC57E
Tints of Sandwisp #DAC57E
RGB
CMYK
RGB Variations
Color information
#DAC57E (or 0xDAC57E) is known color: Sandwisp. HEX triplet: DA, C5 and 7E. RGB value is (218,197,126). Sum of RGB (Red+Green+Blue) = 218+197+126=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 126 (49.61% from 255 or 23.29% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC57E is #253A81. Grayscale: #C3C3C3. Windows color (decimal): -2439810 or 8308186. OLE color: 8308186.
HSL color Cylindrical-coordinate representation of color #DAC57E: hue angle of 46.3º 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 #DAC57E is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 126 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.15 |
| HSL | 46.3º | 0.55% | 0.67% | - |
| HSV(B) | 46.3º | 0.42% | 0.85% | - |
| XYZ | 52.65 | 56.34 | 27.84 | - |
| YUV | 195.19 | 88.96 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 126 | 0 | 0.10 | 0.42 | 0.15 | 46.3 | 0.55 | 0.67 |
| Hex | DA | C5 | 7E | 0 | A | 2A | F | 2E | 37 | 43 |
| Octal | 332 | 305 | 176 | 0 | 12 | 52 | 17 | 56 | 67 | 103 |
| Binary | 11011010 | 11000101 | 1111110 | 0 | 1010 | 101010 | 1111 | 101110 | 110111 | 1000011 |
Color Harmonies of #DAC57E
Complementary color
Monochromatic Colors of #DAC57E
Black with #DAC57E
Text Example
Text Example
White with #DAC57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC57E; }
p { color: rgb(218,197,126); }
H1.HeaderClassName
{
color: #DAC57E;
}
.AnyTagClassName
{
color: #DAC57E;
}
</style>
background-color css
<style>
a { background-color: #DAC57E; }
a { background-color: rgb(218,197,126); }
div.DivClassName
{
background-color: #DAC57E;
}
.BgClassName
{
background-color: #DAC57E;
}
</style>
border-color css
<style>
span { border-color: #DAC57E; }
span { border-color: rgb(218,197,126); }
td.TdClassName
{
border-color: #DAC57E;
}
.TagClassName
{
border-color: #DAC57E;
}
</style>