Shades of Chalky #DFC580
Tints of Chalky #DFC580
RGB
CMYK
RGB Variations
Color information
#DFC580 (or 0xDFC580) is known color: Chalky. HEX triplet: DF, C5 and 80. RGB value is (223,197,128). Sum of RGB (Red+Green+Blue) = 223+197+128=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 128 (50.39% from 255 or 23.36% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC580 is #203A7F. Grayscale: #C5C5C5. Windows color (decimal): -2112128 or 8439263. OLE color: 8439263.
HSL color Cylindrical-coordinate representation of color #DFC580: hue angle of 43.58º 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 #DFC580 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 128 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.13 |
| HSL | 43.58º | 0.6% | 0.69% | - |
| HSV(B) | 43.58º | 0.43% | 0.87% | - |
| XYZ | 54.29 | 57.18 | 28.6 | - |
| YUV | 196.91 | 89.11 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 128 | 0 | 0.12 | 0.43 | 0.13 | 43.58 | 0.6 | 0.69 |
| Hex | DF | C5 | 80 | 0 | C | 2B | D | 2C | 3C | 45 |
| Octal | 337 | 305 | 200 | 0 | 14 | 53 | 15 | 54 | 74 | 105 |
| Binary | 11011111 | 11000101 | 10000000 | 0 | 1100 | 101011 | 1101 | 101100 | 111100 | 1000101 |
Color Harmonies of #DFC580
Complementary color
Monochromatic Colors of #DFC580
Black with #DFC580
Text Example
Text Example
White with #DFC580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC580; }
p { color: rgb(223,197,128); }
H1.HeaderClassName
{
color: #DFC580;
}
.AnyTagClassName
{
color: #DFC580;
}
</style>
background-color css
<style>
a { background-color: #DFC580; }
a { background-color: rgb(223,197,128); }
div.DivClassName
{
background-color: #DFC580;
}
.BgClassName
{
background-color: #DFC580;
}
</style>
border-color css
<style>
span { border-color: #DFC580; }
span { border-color: rgb(223,197,128); }
td.TdClassName
{
border-color: #DFC580;
}
.TagClassName
{
border-color: #DFC580;
}
</style>