Shades of Chalky #DFC07E
Tints of Chalky #DFC07E
RGB
CMYK
RGB Variations
Color information
#DFC07E (or 0xDFC07E) is known color: Chalky. HEX triplet: DF, C0 and 7E. RGB value is (223,192,126). Sum of RGB (Red+Green+Blue) = 223+192+126=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 126 (49.61% from 255 or 23.29% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC07E is #203F81. Grayscale: #C2C2C2. Windows color (decimal): -2113410 or 8306911. OLE color: 8306911.
HSL color Cylindrical-coordinate representation of color #DFC07E: hue angle of 40.82º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFC07E is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 126 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.13 |
| HSL | 40.82º | 0.6% | 0.68% | - |
| HSV(B) | 40.82º | 0.43% | 0.87% | - |
| XYZ | 53.05 | 54.89 | 27.54 | - |
| YUV | 193.75 | 89.77 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 126 | 0 | 0.14 | 0.43 | 0.13 | 40.82 | 0.6 | 0.68 |
| Hex | DF | C0 | 7E | 0 | E | 2B | D | 29 | 3C | 44 |
| Octal | 337 | 300 | 176 | 0 | 16 | 53 | 15 | 51 | 74 | 104 |
| Binary | 11011111 | 11000000 | 1111110 | 0 | 1110 | 101011 | 1101 | 101001 | 111100 | 1000100 |
Color Harmonies of #DFC07E
Complementary color
Monochromatic Colors of #DFC07E
Black with #DFC07E
Text Example
Text Example
White with #DFC07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC07E; }
p { color: rgb(223,192,126); }
H1.HeaderClassName
{
color: #DFC07E;
}
.AnyTagClassName
{
color: #DFC07E;
}
</style>
background-color css
<style>
a { background-color: #DFC07E; }
a { background-color: rgb(223,192,126); }
div.DivClassName
{
background-color: #DFC07E;
}
.BgClassName
{
background-color: #DFC07E;
}
</style>
border-color css
<style>
span { border-color: #DFC07E; }
span { border-color: rgb(223,192,126); }
td.TdClassName
{
border-color: #DFC07E;
}
.TagClassName
{
border-color: #DFC07E;
}
</style>