Shades of Chalky #DFC084
Tints of Chalky #DFC084
RGB
CMYK
RGB Variations
Color information
#DFC084 (or 0xDFC084) is known color: Chalky. HEX triplet: DF, C0 and 84. RGB value is (223,192,132). Sum of RGB (Red+Green+Blue) = 223+192+132=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC084 is #203F7B. Grayscale: #C2C2C2. Windows color (decimal): -2113404 or 8700127. OLE color: 8700127.
HSL color Cylindrical-coordinate representation of color #DFC084: hue angle of 39.56º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DFC084 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 132 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.13 |
| HSL | 39.56º | 0.59% | 0.7% | - |
| HSV(B) | 39.56º | 0.41% | 0.87% | - |
| XYZ | 53.45 | 55.05 | 29.64 | - |
| YUV | 194.43 | 92.77 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 132 | 0 | 0.14 | 0.41 | 0.13 | 39.56 | 0.59 | 0.7 |
| Hex | DF | C0 | 84 | 0 | E | 29 | D | 28 | 3B | 46 |
| Octal | 337 | 300 | 204 | 0 | 16 | 51 | 15 | 50 | 73 | 106 |
| Binary | 11011111 | 11000000 | 10000100 | 0 | 1110 | 101001 | 1101 | 101000 | 111011 | 1000110 |
Color Harmonies of #DFC084
Complementary color
Monochromatic Colors of #DFC084
Black with #DFC084
Text Example
Text Example
White with #DFC084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC084; }
p { color: rgb(223,192,132); }
H1.HeaderClassName
{
color: #DFC084;
}
.AnyTagClassName
{
color: #DFC084;
}
</style>
background-color css
<style>
a { background-color: #DFC084; }
a { background-color: rgb(223,192,132); }
div.DivClassName
{
background-color: #DFC084;
}
.BgClassName
{
background-color: #DFC084;
}
</style>
border-color css
<style>
span { border-color: #DFC084; }
span { border-color: rgb(223,192,132); }
td.TdClassName
{
border-color: #DFC084;
}
.TagClassName
{
border-color: #DFC084;
}
</style>