Shades of Chalky #DFC57E
Tints of Chalky #DFC57E
RGB
CMYK
RGB Variations
Color information
#DFC57E (or 0xDFC57E) is known color: Chalky. HEX triplet: DF, C5 and 7E. RGB value is (223,197,126). Sum of RGB (Red+Green+Blue) = 223+197+126=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC57E is #203A81. Grayscale: #C4C4C4. Windows color (decimal): -2112130 or 8308191. OLE color: 8308191.
HSL color Cylindrical-coordinate representation of color #DFC57E: hue angle of 43.92º 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 #DFC57E is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 126 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.13 |
| HSL | 43.92º | 0.6% | 0.68% | - |
| HSV(B) | 43.92º | 0.43% | 0.87% | - |
| XYZ | 54.16 | 57.13 | 27.91 | - |
| YUV | 196.68 | 88.11 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 126 | 0 | 0.12 | 0.43 | 0.13 | 43.92 | 0.6 | 0.68 |
| Hex | DF | C5 | 7E | 0 | C | 2B | D | 2C | 3C | 44 |
| Octal | 337 | 305 | 176 | 0 | 14 | 53 | 15 | 54 | 74 | 104 |
| Binary | 11011111 | 11000101 | 1111110 | 0 | 1100 | 101011 | 1101 | 101100 | 111100 | 1000100 |
Color Harmonies of #DFC57E
Complementary color
Monochromatic Colors of #DFC57E
Black with #DFC57E
Text Example
Text Example
White with #DFC57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC57E; }
p { color: rgb(223,197,126); }
H1.HeaderClassName
{
color: #DFC57E;
}
.AnyTagClassName
{
color: #DFC57E;
}
</style>
background-color css
<style>
a { background-color: #DFC57E; }
a { background-color: rgb(223,197,126); }
div.DivClassName
{
background-color: #DFC57E;
}
.BgClassName
{
background-color: #DFC57E;
}
</style>
border-color css
<style>
span { border-color: #DFC57E; }
span { border-color: rgb(223,197,126); }
td.TdClassName
{
border-color: #DFC57E;
}
.TagClassName
{
border-color: #DFC57E;
}
</style>