Shades of Chalky #DFC37D
Tints of Chalky #DFC37D
RGB
CMYK
RGB Variations
Color information
#DFC37D (or 0xDFC37D) is known color: Chalky. HEX triplet: DF, C3 and 7D. RGB value is (223,195,125). Sum of RGB (Red+Green+Blue) = 223+195+125=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC37D is #203C82. Grayscale: #C3C3C3. Windows color (decimal): -2112643 or 8242143. OLE color: 8242143.
HSL color Cylindrical-coordinate representation of color #DFC37D: hue angle of 42.86º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFC37D is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 125 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.13 |
| HSL | 42.86º | 0.6% | 0.68% | - |
| HSV(B) | 42.86º | 0.44% | 0.87% | - |
| XYZ | 53.65 | 56.2 | 27.42 | - |
| YUV | 195.39 | 88.28 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 125 | 0 | 0.13 | 0.44 | 0.13 | 42.86 | 0.6 | 0.68 |
| Hex | DF | C3 | 7D | 0 | D | 2C | D | 2B | 3C | 44 |
| Octal | 337 | 303 | 175 | 0 | 15 | 54 | 15 | 53 | 74 | 104 |
| Binary | 11011111 | 11000011 | 1111101 | 0 | 1101 | 101100 | 1101 | 101011 | 111100 | 1000100 |
Color Harmonies of #DFC37D
Complementary color
Monochromatic Colors of #DFC37D
Black with #DFC37D
Text Example
Text Example
White with #DFC37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC37D; }
p { color: rgb(223,195,125); }
H1.HeaderClassName
{
color: #DFC37D;
}
.AnyTagClassName
{
color: #DFC37D;
}
</style>
background-color css
<style>
a { background-color: #DFC37D; }
a { background-color: rgb(223,195,125); }
div.DivClassName
{
background-color: #DFC37D;
}
.BgClassName
{
background-color: #DFC37D;
}
</style>
border-color css
<style>
span { border-color: #DFC37D; }
span { border-color: rgb(223,195,125); }
td.TdClassName
{
border-color: #DFC37D;
}
.TagClassName
{
border-color: #DFC37D;
}
</style>