Shades of Chalky #DFC17D
Tints of Chalky #DFC17D
RGB
CMYK
RGB Variations
Color information
#DFC17D (or 0xDFC17D) is known color: Chalky. HEX triplet: DF, C1 and 7D. RGB value is (223,193,125). Sum of RGB (Red+Green+Blue) = 223+193+125=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 193 (75.78% from 255 or 35.67% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC17D is #203E82. Grayscale: #C2C2C2. Windows color (decimal): -2113155 or 8241631. OLE color: 8241631.
HSL color Cylindrical-coordinate representation of color #DFC17D: hue angle of 41.63º 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 #DFC17D is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 125 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.13 |
| HSL | 41.63º | 0.6% | 0.68% | - |
| HSV(B) | 41.63º | 0.44% | 0.87% | - |
| XYZ | 53.2 | 55.31 | 27.27 | - |
| YUV | 194.22 | 88.94 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 125 | 0 | 0.13 | 0.44 | 0.13 | 41.63 | 0.6 | 0.68 |
| Hex | DF | C1 | 7D | 0 | D | 2C | D | 2A | 3C | 44 |
| Octal | 337 | 301 | 175 | 0 | 15 | 54 | 15 | 52 | 74 | 104 |
| Binary | 11011111 | 11000001 | 1111101 | 0 | 1101 | 101100 | 1101 | 101010 | 111100 | 1000100 |
Color Harmonies of #DFC17D
Complementary color
Monochromatic Colors of #DFC17D
Black with #DFC17D
Text Example
Text Example
White with #DFC17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC17D; }
p { color: rgb(223,193,125); }
H1.HeaderClassName
{
color: #DFC17D;
}
.AnyTagClassName
{
color: #DFC17D;
}
</style>
background-color css
<style>
a { background-color: #DFC17D; }
a { background-color: rgb(223,193,125); }
div.DivClassName
{
background-color: #DFC17D;
}
.BgClassName
{
background-color: #DFC17D;
}
</style>
border-color css
<style>
span { border-color: #DFC17D; }
span { border-color: rgb(223,193,125); }
td.TdClassName
{
border-color: #DFC17D;
}
.TagClassName
{
border-color: #DFC17D;
}
</style>