Shades of Chalky #DAC37C
Tints of Chalky #DAC37C
RGB
CMYK
RGB Variations
Color information
#DAC37C (or 0xDAC37C) is known color: Chalky. HEX triplet: DA, C3 and 7C. RGB value is (218,195,124). Sum of RGB (Red+Green+Blue) = 218+195+124=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC37C is #253C83. Grayscale: #C2C2C2. Windows color (decimal): -2440324 or 8176602. OLE color: 8176602.
HSL color Cylindrical-coordinate representation of color #DAC37C: hue angle of 45.32º 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 #DAC37C is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 124 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.15 |
| HSL | 45.32º | 0.56% | 0.67% | - |
| HSV(B) | 45.32º | 0.43% | 0.85% | - |
| XYZ | 52.07 | 55.39 | 27.02 | - |
| YUV | 193.78 | 88.62 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 124 | 0 | 0.11 | 0.43 | 0.15 | 45.32 | 0.56 | 0.67 |
| Hex | DA | C3 | 7C | 0 | B | 2B | F | 2D | 38 | 43 |
| Octal | 332 | 303 | 174 | 0 | 13 | 53 | 17 | 55 | 70 | 103 |
| Binary | 11011010 | 11000011 | 1111100 | 0 | 1011 | 101011 | 1111 | 101101 | 111000 | 1000011 |
Color Harmonies of #DAC37C
Complementary color
Monochromatic Colors of #DAC37C
Black with #DAC37C
Text Example
Text Example
White with #DAC37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC37C; }
p { color: rgb(218,195,124); }
H1.HeaderClassName
{
color: #DAC37C;
}
.AnyTagClassName
{
color: #DAC37C;
}
</style>
background-color css
<style>
a { background-color: #DAC37C; }
a { background-color: rgb(218,195,124); }
div.DivClassName
{
background-color: #DAC37C;
}
.BgClassName
{
background-color: #DAC37C;
}
</style>
border-color css
<style>
span { border-color: #DAC37C; }
span { border-color: rgb(218,195,124); }
td.TdClassName
{
border-color: #DAC37C;
}
.TagClassName
{
border-color: #DAC37C;
}
</style>