Shades of Sandwisp #DAC57C
Tints of Sandwisp #DAC57C
RGB
CMYK
RGB Variations
Color information
#DAC57C (or 0xDAC57C) is known color: Sandwisp. HEX triplet: DA, C5 and 7C. RGB value is (218,197,124). Sum of RGB (Red+Green+Blue) = 218+197+124=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC57C is #253A83. Grayscale: #C3C3C3. Windows color (decimal): -2439812 or 8177114. OLE color: 8177114.
HSL color Cylindrical-coordinate representation of color #DAC57C: hue angle of 46.6º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAC57C is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 124 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.15 |
| HSL | 46.6º | 0.56% | 0.67% | - |
| HSV(B) | 46.6º | 0.43% | 0.85% | - |
| XYZ | 52.52 | 56.29 | 27.17 | - |
| YUV | 194.96 | 87.96 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 124 | 0 | 0.10 | 0.43 | 0.15 | 46.6 | 0.56 | 0.67 |
| Hex | DA | C5 | 7C | 0 | A | 2B | F | 2F | 38 | 43 |
| Octal | 332 | 305 | 174 | 0 | 12 | 53 | 17 | 57 | 70 | 103 |
| Binary | 11011010 | 11000101 | 1111100 | 0 | 1010 | 101011 | 1111 | 101111 | 111000 | 1000011 |
Color Harmonies of #DAC57C
Complementary color
Monochromatic Colors of #DAC57C
Black with #DAC57C
Text Example
Text Example
White with #DAC57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC57C; }
p { color: rgb(218,197,124); }
H1.HeaderClassName
{
color: #DAC57C;
}
.AnyTagClassName
{
color: #DAC57C;
}
</style>
background-color css
<style>
a { background-color: #DAC57C; }
a { background-color: rgb(218,197,124); }
div.DivClassName
{
background-color: #DAC57C;
}
.BgClassName
{
background-color: #DAC57C;
}
</style>
border-color css
<style>
span { border-color: #DAC57C; }
span { border-color: rgb(218,197,124); }
td.TdClassName
{
border-color: #DAC57C;
}
.TagClassName
{
border-color: #DAC57C;
}
</style>