Shades of Chalky #DFC07D
Tints of Chalky #DFC07D
RGB
CMYK
RGB Variations
Color information
#DFC07D (or 0xDFC07D) is known color: Chalky. HEX triplet: DF, C0 and 7D. RGB value is (223,192,125). Sum of RGB (Red+Green+Blue) = 223+192+125=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC07D is #203F82. Grayscale: #C1C1C1. Windows color (decimal): -2113411 or 8241375. OLE color: 8241375.
HSL color Cylindrical-coordinate representation of color #DFC07D: hue angle of 41.02º degrees, saturation: 0.6, 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 #DFC07D is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 125 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.13 |
| HSL | 41.02º | 0.6% | 0.68% | - |
| HSV(B) | 41.02º | 0.44% | 0.87% | - |
| XYZ | 52.98 | 54.87 | 27.2 | - |
| YUV | 193.63 | 89.27 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 125 | 0 | 0.14 | 0.44 | 0.13 | 41.02 | 0.6 | 0.68 |
| Hex | DF | C0 | 7D | 0 | E | 2C | D | 29 | 3C | 44 |
| Octal | 337 | 300 | 175 | 0 | 16 | 54 | 15 | 51 | 74 | 104 |
| Binary | 11011111 | 11000000 | 1111101 | 0 | 1110 | 101100 | 1101 | 101001 | 111100 | 1000100 |
Color Harmonies of #DFC07D
Complementary color
Monochromatic Colors of #DFC07D
Black with #DFC07D
Text Example
Text Example
White with #DFC07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC07D; }
p { color: rgb(223,192,125); }
H1.HeaderClassName
{
color: #DFC07D;
}
.AnyTagClassName
{
color: #DFC07D;
}
</style>
background-color css
<style>
a { background-color: #DFC07D; }
a { background-color: rgb(223,192,125); }
div.DivClassName
{
background-color: #DFC07D;
}
.BgClassName
{
background-color: #DFC07D;
}
</style>
border-color css
<style>
span { border-color: #DFC07D; }
span { border-color: rgb(223,192,125); }
td.TdClassName
{
border-color: #DFC07D;
}
.TagClassName
{
border-color: #DFC07D;
}
</style>