Shades of Chalky #DAC37B
Tints of Chalky #DAC37B
RGB
CMYK
RGB Variations
Color information
#DAC37B (or 0xDAC37B) is known color: Chalky. HEX triplet: DA, C3 and 7B. RGB value is (218,195,123). Sum of RGB (Red+Green+Blue) = 218+195+123=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 123 (48.44% from 255 or 22.95% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC37B is #253C84. Grayscale: #C1C1C1. Windows color (decimal): -2440325 or 8111066. OLE color: 8111066.
HSL color Cylindrical-coordinate representation of color #DAC37B: hue angle of 45.47º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAC37B is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 123 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.15 |
| HSL | 45.47º | 0.56% | 0.67% | - |
| HSV(B) | 45.47º | 0.44% | 0.85% | - |
| XYZ | 52 | 55.37 | 26.68 | - |
| YUV | 193.67 | 88.12 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 123 | 0 | 0.11 | 0.44 | 0.15 | 45.47 | 0.56 | 0.67 |
| Hex | DA | C3 | 7B | 0 | B | 2C | F | 2D | 38 | 43 |
| Octal | 332 | 303 | 173 | 0 | 13 | 54 | 17 | 55 | 70 | 103 |
| Binary | 11011010 | 11000011 | 1111011 | 0 | 1011 | 101100 | 1111 | 101101 | 111000 | 1000011 |
Color Harmonies of #DAC37B
Complementary color
Monochromatic Colors of #DAC37B
Black with #DAC37B
Text Example
Text Example
White with #DAC37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC37B; }
p { color: rgb(218,195,123); }
H1.HeaderClassName
{
color: #DAC37B;
}
.AnyTagClassName
{
color: #DAC37B;
}
</style>
background-color css
<style>
a { background-color: #DAC37B; }
a { background-color: rgb(218,195,123); }
div.DivClassName
{
background-color: #DAC37B;
}
.BgClassName
{
background-color: #DAC37B;
}
</style>
border-color css
<style>
span { border-color: #DAC37B; }
span { border-color: rgb(218,195,123); }
td.TdClassName
{
border-color: #DAC37B;
}
.TagClassName
{
border-color: #DAC37B;
}
</style>