Shades of Chalky #DFC382
Tints of Chalky #DFC382
RGB
CMYK
RGB Variations
Color information
#DFC382 (or 0xDFC382) is known color: Chalky. HEX triplet: DF, C3 and 82. RGB value is (223,195,130). Sum of RGB (Red+Green+Blue) = 223+195+130=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 195 (76.56% from 255 or 35.58% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC382 is #203C7D. Grayscale: #C4C4C4. Windows color (decimal): -2112638 or 8569823. OLE color: 8569823.
HSL color Cylindrical-coordinate representation of color #DFC382: hue angle of 41.94º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DFC382 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 130 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.13 |
| HSL | 41.94º | 0.59% | 0.69% | - |
| HSV(B) | 41.94º | 0.42% | 0.87% | - |
| XYZ | 53.98 | 56.33 | 29.15 | - |
| YUV | 195.96 | 90.78 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 130 | 0 | 0.13 | 0.42 | 0.13 | 41.94 | 0.59 | 0.69 |
| Hex | DF | C3 | 82 | 0 | D | 2A | D | 2A | 3B | 45 |
| Octal | 337 | 303 | 202 | 0 | 15 | 52 | 15 | 52 | 73 | 105 |
| Binary | 11011111 | 11000011 | 10000010 | 0 | 1101 | 101010 | 1101 | 101010 | 111011 | 1000101 |
Color Harmonies of #DFC382
Complementary color
Monochromatic Colors of #DFC382
Black with #DFC382
Text Example
Text Example
White with #DFC382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC382; }
p { color: rgb(223,195,130); }
H1.HeaderClassName
{
color: #DFC382;
}
.AnyTagClassName
{
color: #DFC382;
}
</style>
background-color css
<style>
a { background-color: #DFC382; }
a { background-color: rgb(223,195,130); }
div.DivClassName
{
background-color: #DFC382;
}
.BgClassName
{
background-color: #DFC382;
}
</style>
border-color css
<style>
span { border-color: #DFC382; }
span { border-color: rgb(223,195,130); }
td.TdClassName
{
border-color: #DFC382;
}
.TagClassName
{
border-color: #DFC382;
}
</style>