Shades of Chalky #DFC57B
Tints of Chalky #DFC57B
RGB
CMYK
RGB Variations
Color information
#DFC57B (or 0xDFC57B) is known color: Chalky. HEX triplet: DF, C5 and 7B. RGB value is (223,197,123). Sum of RGB (Red+Green+Blue) = 223+197+123=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 123 (48.44% from 255 or 22.65% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC57B is #203A84. Grayscale: #C4C4C4. Windows color (decimal): -2112133 or 8111583. OLE color: 8111583.
HSL color Cylindrical-coordinate representation of color #DFC57B: hue angle of 44.4º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFC57B is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 123 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.13 |
| HSL | 44.4º | 0.61% | 0.68% | - |
| HSV(B) | 44.4º | 0.45% | 0.87% | - |
| XYZ | 53.97 | 57.05 | 26.91 | - |
| YUV | 196.34 | 86.61 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 123 | 0 | 0.12 | 0.45 | 0.13 | 44.4 | 0.61 | 0.68 |
| Hex | DF | C5 | 7B | 0 | C | 2D | D | 2C | 3D | 44 |
| Octal | 337 | 305 | 173 | 0 | 14 | 55 | 15 | 54 | 75 | 104 |
| Binary | 11011111 | 11000101 | 1111011 | 0 | 1100 | 101101 | 1101 | 101100 | 111101 | 1000100 |
Color Harmonies of #DFC57B
Complementary color
Monochromatic Colors of #DFC57B
Black with #DFC57B
Text Example
Text Example
White with #DFC57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC57B; }
p { color: rgb(223,197,123); }
H1.HeaderClassName
{
color: #DFC57B;
}
.AnyTagClassName
{
color: #DFC57B;
}
</style>
background-color css
<style>
a { background-color: #DFC57B; }
a { background-color: rgb(223,197,123); }
div.DivClassName
{
background-color: #DFC57B;
}
.BgClassName
{
background-color: #DFC57B;
}
</style>
border-color css
<style>
span { border-color: #DFC57B; }
span { border-color: rgb(223,197,123); }
td.TdClassName
{
border-color: #DFC57B;
}
.TagClassName
{
border-color: #DFC57B;
}
</style>