Shades of Chalky #DAC17B
Tints of Chalky #DAC17B
RGB
CMYK
RGB Variations
Color information
#DAC17B (or 0xDAC17B) is known color: Chalky. HEX triplet: DA, C1 and 7B. RGB value is (218,193,123). Sum of RGB (Red+Green+Blue) = 218+193+123=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC17B is #253E84. Grayscale: #C0C0C0. Windows color (decimal): -2440837 or 8110554. OLE color: 8110554.
HSL color Cylindrical-coordinate representation of color #DAC17B: hue angle of 44.21º 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 #DAC17B is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 123 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.15 |
| HSL | 44.21º | 0.56% | 0.67% | - |
| HSV(B) | 44.21º | 0.44% | 0.85% | - |
| XYZ | 51.56 | 54.48 | 26.54 | - |
| YUV | 192.5 | 88.78 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 123 | 0 | 0.11 | 0.44 | 0.15 | 44.21 | 0.56 | 0.67 |
| Hex | DA | C1 | 7B | 0 | B | 2C | F | 2C | 38 | 43 |
| Octal | 332 | 301 | 173 | 0 | 13 | 54 | 17 | 54 | 70 | 103 |
| Binary | 11011010 | 11000001 | 1111011 | 0 | 1011 | 101100 | 1111 | 101100 | 111000 | 1000011 |
Color Harmonies of #DAC17B
Complementary color
Monochromatic Colors of #DAC17B
Black with #DAC17B
Text Example
Text Example
White with #DAC17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC17B; }
p { color: rgb(218,193,123); }
H1.HeaderClassName
{
color: #DAC17B;
}
.AnyTagClassName
{
color: #DAC17B;
}
</style>
background-color css
<style>
a { background-color: #DAC17B; }
a { background-color: rgb(218,193,123); }
div.DivClassName
{
background-color: #DAC17B;
}
.BgClassName
{
background-color: #DAC17B;
}
</style>
border-color css
<style>
span { border-color: #DAC17B; }
span { border-color: rgb(218,193,123); }
td.TdClassName
{
border-color: #DAC17B;
}
.TagClassName
{
border-color: #DAC17B;
}
</style>