Shades of Chalky #DFC182
Tints of Chalky #DFC182
RGB
CMYK
RGB Variations
Color information
#DFC182 (or 0xDFC182) is known color: Chalky. HEX triplet: DF, C1 and 82. RGB value is (223,193,130). Sum of RGB (Red+Green+Blue) = 223+193+130=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC182 is #203E7D. Grayscale: #C3C3C3. Windows color (decimal): -2113150 or 8569311. OLE color: 8569311.
HSL color Cylindrical-coordinate representation of color #DFC182: hue angle of 40.65º 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 #DFC182 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 130 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.13 |
| HSL | 40.65º | 0.59% | 0.69% | - |
| HSV(B) | 40.65º | 0.42% | 0.87% | - |
| XYZ | 53.53 | 55.44 | 29 | - |
| YUV | 194.79 | 91.44 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 130 | 0 | 0.13 | 0.42 | 0.13 | 40.65 | 0.59 | 0.69 |
| Hex | DF | C1 | 82 | 0 | D | 2A | D | 29 | 3B | 45 |
| Octal | 337 | 301 | 202 | 0 | 15 | 52 | 15 | 51 | 73 | 105 |
| Binary | 11011111 | 11000001 | 10000010 | 0 | 1101 | 101010 | 1101 | 101001 | 111011 | 1000101 |
Color Harmonies of #DFC182
Complementary color
Monochromatic Colors of #DFC182
Black with #DFC182
Text Example
Text Example
White with #DFC182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC182; }
p { color: rgb(223,193,130); }
H1.HeaderClassName
{
color: #DFC182;
}
.AnyTagClassName
{
color: #DFC182;
}
</style>
background-color css
<style>
a { background-color: #DFC182; }
a { background-color: rgb(223,193,130); }
div.DivClassName
{
background-color: #DFC182;
}
.BgClassName
{
background-color: #DFC182;
}
</style>
border-color css
<style>
span { border-color: #DFC182; }
span { border-color: rgb(223,193,130); }
td.TdClassName
{
border-color: #DFC182;
}
.TagClassName
{
border-color: #DFC182;
}
</style>