Shades of Chalky #DFC480
Tints of Chalky #DFC480
RGB
CMYK
RGB Variations
Color information
#DFC480 (or 0xDFC480) is known color: Chalky. HEX triplet: DF, C4 and 80. RGB value is (223,196,128). Sum of RGB (Red+Green+Blue) = 223+196+128=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 196 (76.95% from 255 or 35.83% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC480 is #203B7F. Grayscale: #C4C4C4. Windows color (decimal): -2112384 or 8439007. OLE color: 8439007.
HSL color Cylindrical-coordinate representation of color #DFC480: hue angle of 42.95º 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 #DFC480 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 128 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.13 |
| HSL | 42.95º | 0.6% | 0.69% | - |
| HSV(B) | 42.95º | 0.43% | 0.87% | - |
| XYZ | 54.07 | 56.73 | 28.52 | - |
| YUV | 196.32 | 89.45 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 128 | 0 | 0.12 | 0.43 | 0.13 | 42.95 | 0.6 | 0.69 |
| Hex | DF | C4 | 80 | 0 | C | 2B | D | 2B | 3C | 45 |
| Octal | 337 | 304 | 200 | 0 | 14 | 53 | 15 | 53 | 74 | 105 |
| Binary | 11011111 | 11000100 | 10000000 | 0 | 1100 | 101011 | 1101 | 101011 | 111100 | 1000101 |
Color Harmonies of #DFC480
Complementary color
Monochromatic Colors of #DFC480
Black with #DFC480
Text Example
Text Example
White with #DFC480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC480; }
p { color: rgb(223,196,128); }
H1.HeaderClassName
{
color: #DFC480;
}
.AnyTagClassName
{
color: #DFC480;
}
</style>
background-color css
<style>
a { background-color: #DFC480; }
a { background-color: rgb(223,196,128); }
div.DivClassName
{
background-color: #DFC480;
}
.BgClassName
{
background-color: #DFC480;
}
</style>
border-color css
<style>
span { border-color: #DFC480; }
span { border-color: rgb(223,196,128); }
td.TdClassName
{
border-color: #DFC480;
}
.TagClassName
{
border-color: #DFC480;
}
</style>