Shades of Chalky #DFBF7C
Tints of Chalky #DFBF7C
RGB
CMYK
RGB Variations
Color information
#DFBF7C (or 0xDFBF7C) is known color: Chalky. HEX triplet: DF, BF and 7C. RGB value is (223,191,124). Sum of RGB (Red+Green+Blue) = 223+191+124=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBF7C is #204083. Grayscale: #C1C1C1. Windows color (decimal): -2113668 or 8175583. OLE color: 8175583.
HSL color Cylindrical-coordinate representation of color #DFBF7C: hue angle of 40.61º 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 #DFBF7C is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 191 | 124 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.13 |
| HSL | 40.61º | 0.61% | 0.68% | - |
| HSV(B) | 40.61º | 0.44% | 0.87% | - |
| XYZ | 52.7 | 54.4 | 26.79 | - |
| YUV | 192.93 | 89.1 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 124 | 0 | 0.14 | 0.44 | 0.13 | 40.61 | 0.61 | 0.68 |
| Hex | DF | BF | 7C | 0 | E | 2C | D | 29 | 3D | 44 |
| Octal | 337 | 277 | 174 | 0 | 16 | 54 | 15 | 51 | 75 | 104 |
| Binary | 11011111 | 10111111 | 1111100 | 0 | 1110 | 101100 | 1101 | 101001 | 111101 | 1000100 |
Color Harmonies of #DFBF7C
Complementary color
Monochromatic Colors of #DFBF7C
Black with #DFBF7C
Text Example
Text Example
White with #DFBF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBF7C; }
p { color: rgb(223,191,124); }
H1.HeaderClassName
{
color: #DFBF7C;
}
.AnyTagClassName
{
color: #DFBF7C;
}
</style>
background-color css
<style>
a { background-color: #DFBF7C; }
a { background-color: rgb(223,191,124); }
div.DivClassName
{
background-color: #DFBF7C;
}
.BgClassName
{
background-color: #DFBF7C;
}
</style>
border-color css
<style>
span { border-color: #DFBF7C; }
span { border-color: rgb(223,191,124); }
td.TdClassName
{
border-color: #DFBF7C;
}
.TagClassName
{
border-color: #DFBF7C;
}
</style>