Shades of Chalky #DFC380
Tints of Chalky #DFC380
RGB
CMYK
RGB Variations
Color information
#DFC380 (or 0xDFC380) is known color: Chalky. HEX triplet: DF, C3 and 80. RGB value is (223,195,128). Sum of RGB (Red+Green+Blue) = 223+195+128=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC380 is #203C7F. Grayscale: #C4C4C4. Windows color (decimal): -2112640 or 8438751. OLE color: 8438751.
HSL color Cylindrical-coordinate representation of color #DFC380: hue angle of 42.32º 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 #DFC380 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 128 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.13 |
| HSL | 42.32º | 0.6% | 0.69% | - |
| HSV(B) | 42.32º | 0.43% | 0.87% | - |
| XYZ | 53.84 | 56.28 | 28.45 | - |
| YUV | 195.73 | 89.78 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 128 | 0 | 0.13 | 0.43 | 0.13 | 42.32 | 0.6 | 0.69 |
| Hex | DF | C3 | 80 | 0 | D | 2B | D | 2A | 3C | 45 |
| Octal | 337 | 303 | 200 | 0 | 15 | 53 | 15 | 52 | 74 | 105 |
| Binary | 11011111 | 11000011 | 10000000 | 0 | 1101 | 101011 | 1101 | 101010 | 111100 | 1000101 |
Color Harmonies of #DFC380
Complementary color
Monochromatic Colors of #DFC380
Black with #DFC380
Text Example
Text Example
White with #DFC380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC380; }
p { color: rgb(223,195,128); }
H1.HeaderClassName
{
color: #DFC380;
}
.AnyTagClassName
{
color: #DFC380;
}
</style>
background-color css
<style>
a { background-color: #DFC380; }
a { background-color: rgb(223,195,128); }
div.DivClassName
{
background-color: #DFC380;
}
.BgClassName
{
background-color: #DFC380;
}
</style>
border-color css
<style>
span { border-color: #DFC380; }
span { border-color: rgb(223,195,128); }
td.TdClassName
{
border-color: #DFC380;
}
.TagClassName
{
border-color: #DFC380;
}
</style>