Shades of Chalky #DFC680
Tints of Chalky #DFC680
RGB
CMYK
RGB Variations
Color information
#DFC680 (or 0xDFC680) is known color: Chalky. HEX triplet: DF, C6 and 80. RGB value is (223,198,128). Sum of RGB (Red+Green+Blue) = 223+198+128=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC680 is #20397F. Grayscale: #C5C5C5. Windows color (decimal): -2111872 or 8439519. OLE color: 8439519.
HSL color Cylindrical-coordinate representation of color #DFC680: hue angle of 44.21º 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 #DFC680 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 128 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.13 |
| HSL | 44.21º | 0.6% | 0.69% | - |
| HSV(B) | 44.21º | 0.43% | 0.87% | - |
| XYZ | 54.52 | 57.63 | 28.67 | - |
| YUV | 197.5 | 88.78 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 128 | 0 | 0.11 | 0.43 | 0.13 | 44.21 | 0.6 | 0.69 |
| Hex | DF | C6 | 80 | 0 | B | 2B | D | 2C | 3C | 45 |
| Octal | 337 | 306 | 200 | 0 | 13 | 53 | 15 | 54 | 74 | 105 |
| Binary | 11011111 | 11000110 | 10000000 | 0 | 1011 | 101011 | 1101 | 101100 | 111100 | 1000101 |
Color Harmonies of #DFC680
Complementary color
Monochromatic Colors of #DFC680
Black with #DFC680
Text Example
Text Example
White with #DFC680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC680; }
p { color: rgb(223,198,128); }
H1.HeaderClassName
{
color: #DFC680;
}
.AnyTagClassName
{
color: #DFC680;
}
</style>
background-color css
<style>
a { background-color: #DFC680; }
a { background-color: rgb(223,198,128); }
div.DivClassName
{
background-color: #DFC680;
}
.BgClassName
{
background-color: #DFC680;
}
</style>
border-color css
<style>
span { border-color: #DFC680; }
span { border-color: rgb(223,198,128); }
td.TdClassName
{
border-color: #DFC680;
}
.TagClassName
{
border-color: #DFC680;
}
</style>