Shades of Chalky #DFC080
Tints of Chalky #DFC080
RGB
CMYK
RGB Variations
Color information
#DFC080 (or 0xDFC080) is known color: Chalky. HEX triplet: DF, C0 and 80. RGB value is (223,192,128). Sum of RGB (Red+Green+Blue) = 223+192+128=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC080 is #203F7F. Grayscale: #C2C2C2. Windows color (decimal): -2113408 or 8437983. OLE color: 8437983.
HSL color Cylindrical-coordinate representation of color #DFC080: hue angle of 40.42º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFC080 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 128 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.13 |
| HSL | 40.42º | 0.6% | 0.69% | - |
| HSV(B) | 40.42º | 0.43% | 0.87% | - |
| XYZ | 53.18 | 54.95 | 28.22 | - |
| YUV | 193.97 | 90.77 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 128 | 0 | 0.14 | 0.43 | 0.13 | 40.42 | 0.6 | 0.69 |
| Hex | DF | C0 | 80 | 0 | E | 2B | D | 28 | 3C | 45 |
| Octal | 337 | 300 | 200 | 0 | 16 | 53 | 15 | 50 | 74 | 105 |
| Binary | 11011111 | 11000000 | 10000000 | 0 | 1110 | 101011 | 1101 | 101000 | 111100 | 1000101 |
Color Harmonies of #DFC080
Complementary color
Monochromatic Colors of #DFC080
Black with #DFC080
Text Example
Text Example
White with #DFC080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC080; }
p { color: rgb(223,192,128); }
H1.HeaderClassName
{
color: #DFC080;
}
.AnyTagClassName
{
color: #DFC080;
}
</style>
background-color css
<style>
a { background-color: #DFC080; }
a { background-color: rgb(223,192,128); }
div.DivClassName
{
background-color: #DFC080;
}
.BgClassName
{
background-color: #DFC080;
}
</style>
border-color css
<style>
span { border-color: #DFC080; }
span { border-color: rgb(223,192,128); }
td.TdClassName
{
border-color: #DFC080;
}
.TagClassName
{
border-color: #DFC080;
}
</style>