Shades of Chalky #DFC083
Tints of Chalky #DFC083
RGB
CMYK
RGB Variations
Color information
#DFC083 (or 0xDFC083) is known color: Chalky. HEX triplet: DF, C0 and 83. RGB value is (223,192,131). Sum of RGB (Red+Green+Blue) = 223+192+131=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 131 (51.56% from 255 or 23.99% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC083 is #203F7C. Grayscale: #C2C2C2. Windows color (decimal): -2113405 or 8634591. OLE color: 8634591.
HSL color Cylindrical-coordinate representation of color #DFC083: hue angle of 39.78º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DFC083 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 131 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.13 |
| HSL | 39.78º | 0.59% | 0.69% | - |
| HSV(B) | 39.78º | 0.41% | 0.87% | - |
| XYZ | 53.38 | 55.03 | 29.28 | - |
| YUV | 194.32 | 92.27 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 131 | 0 | 0.14 | 0.41 | 0.13 | 39.78 | 0.59 | 0.69 |
| Hex | DF | C0 | 83 | 0 | E | 29 | D | 28 | 3B | 45 |
| Octal | 337 | 300 | 203 | 0 | 16 | 51 | 15 | 50 | 73 | 105 |
| Binary | 11011111 | 11000000 | 10000011 | 0 | 1110 | 101001 | 1101 | 101000 | 111011 | 1000101 |
Color Harmonies of #DFC083
Complementary color
Monochromatic Colors of #DFC083
Black with #DFC083
Text Example
Text Example
White with #DFC083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC083; }
p { color: rgb(223,192,131); }
H1.HeaderClassName
{
color: #DFC083;
}
.AnyTagClassName
{
color: #DFC083;
}
</style>
background-color css
<style>
a { background-color: #DFC083; }
a { background-color: rgb(223,192,131); }
div.DivClassName
{
background-color: #DFC083;
}
.BgClassName
{
background-color: #DFC083;
}
</style>
border-color css
<style>
span { border-color: #DFC083; }
span { border-color: rgb(223,192,131); }
td.TdClassName
{
border-color: #DFC083;
}
.TagClassName
{
border-color: #DFC083;
}
</style>