Shades of Chalky #DFC67C
Tints of Chalky #DFC67C
RGB
CMYK
RGB Variations
Color information
#DFC67C (or 0xDFC67C) is known color: Chalky. HEX triplet: DF, C6 and 7C. RGB value is (223,198,124). Sum of RGB (Red+Green+Blue) = 223+198+124=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC67C is #203983. Grayscale: #C5C5C5. Windows color (decimal): -2111876 or 8177375. OLE color: 8177375.
HSL color Cylindrical-coordinate representation of color #DFC67C: hue angle of 44.85º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFC67C is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 124 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.13 |
| HSL | 44.85º | 0.61% | 0.68% | - |
| HSV(B) | 44.85º | 0.44% | 0.87% | - |
| XYZ | 54.26 | 57.53 | 27.31 | - |
| YUV | 197.04 | 86.78 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 124 | 0 | 0.11 | 0.44 | 0.13 | 44.85 | 0.61 | 0.68 |
| Hex | DF | C6 | 7C | 0 | B | 2C | D | 2D | 3D | 44 |
| Octal | 337 | 306 | 174 | 0 | 13 | 54 | 15 | 55 | 75 | 104 |
| Binary | 11011111 | 11000110 | 1111100 | 0 | 1011 | 101100 | 1101 | 101101 | 111101 | 1000100 |
Color Harmonies of #DFC67C
Complementary color
Monochromatic Colors of #DFC67C
Black with #DFC67C
Text Example
Text Example
White with #DFC67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC67C; }
p { color: rgb(223,198,124); }
H1.HeaderClassName
{
color: #DFC67C;
}
.AnyTagClassName
{
color: #DFC67C;
}
</style>
background-color css
<style>
a { background-color: #DFC67C; }
a { background-color: rgb(223,198,124); }
div.DivClassName
{
background-color: #DFC67C;
}
.BgClassName
{
background-color: #DFC67C;
}
</style>
border-color css
<style>
span { border-color: #DFC67C; }
span { border-color: rgb(223,198,124); }
td.TdClassName
{
border-color: #DFC67C;
}
.TagClassName
{
border-color: #DFC67C;
}
</style>