Shades of Chalky #DFC383
Tints of Chalky #DFC383
RGB
CMYK
RGB Variations
Color information
#DFC383 (or 0xDFC383) is known color: Chalky. HEX triplet: DF, C3 and 83. RGB value is (223,195,131). Sum of RGB (Red+Green+Blue) = 223+195+131=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 131 (51.56% from 255 or 23.86% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC383 is #203C7C. Grayscale: #C4C4C4. Windows color (decimal): -2112637 or 8635359. OLE color: 8635359.
HSL color Cylindrical-coordinate representation of color #DFC383: hue angle of 41.74º 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 #DFC383 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 131 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.13 |
| HSL | 41.74º | 0.59% | 0.69% | - |
| HSV(B) | 41.74º | 0.41% | 0.87% | - |
| XYZ | 54.04 | 56.36 | 29.5 | - |
| YUV | 196.08 | 91.28 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 131 | 0 | 0.13 | 0.41 | 0.13 | 41.74 | 0.59 | 0.69 |
| Hex | DF | C3 | 83 | 0 | D | 29 | D | 2A | 3B | 45 |
| Octal | 337 | 303 | 203 | 0 | 15 | 51 | 15 | 52 | 73 | 105 |
| Binary | 11011111 | 11000011 | 10000011 | 0 | 1101 | 101001 | 1101 | 101010 | 111011 | 1000101 |
Color Harmonies of #DFC383
Complementary color
Monochromatic Colors of #DFC383
Black with #DFC383
Text Example
Text Example
White with #DFC383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC383; }
p { color: rgb(223,195,131); }
H1.HeaderClassName
{
color: #DFC383;
}
.AnyTagClassName
{
color: #DFC383;
}
</style>
background-color css
<style>
a { background-color: #DFC383; }
a { background-color: rgb(223,195,131); }
div.DivClassName
{
background-color: #DFC383;
}
.BgClassName
{
background-color: #DFC383;
}
</style>
border-color css
<style>
span { border-color: #DFC383; }
span { border-color: rgb(223,195,131); }
td.TdClassName
{
border-color: #DFC383;
}
.TagClassName
{
border-color: #DFC383;
}
</style>