Shades of Chalky #DFC37A
Tints of Chalky #DFC37A
RGB
CMYK
RGB Variations
Color information
#DFC37A (or 0xDFC37A) is known color: Chalky. HEX triplet: DF, C3 and 7A. RGB value is (223,195,122). Sum of RGB (Red+Green+Blue) = 223+195+122=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 122 (48.05% from 255 or 22.59% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC37A is #203C85. Grayscale: #C3C3C3. Windows color (decimal): -2112646 or 8045535. OLE color: 8045535.
HSL color Cylindrical-coordinate representation of color #DFC37A: hue angle of 43.37º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFC37A is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 122 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.13 |
| HSL | 43.37º | 0.61% | 0.68% | - |
| HSV(B) | 43.37º | 0.45% | 0.87% | - |
| XYZ | 53.46 | 56.12 | 26.43 | - |
| YUV | 195.05 | 86.78 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 122 | 0 | 0.13 | 0.45 | 0.13 | 43.37 | 0.61 | 0.68 |
| Hex | DF | C3 | 7A | 0 | D | 2D | D | 2B | 3D | 44 |
| Octal | 337 | 303 | 172 | 0 | 15 | 55 | 15 | 53 | 75 | 104 |
| Binary | 11011111 | 11000011 | 1111010 | 0 | 1101 | 101101 | 1101 | 101011 | 111101 | 1000100 |
Color Harmonies of #DFC37A
Complementary color
Monochromatic Colors of #DFC37A
Black with #DFC37A
Text Example
Text Example
White with #DFC37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC37A; }
p { color: rgb(223,195,122); }
H1.HeaderClassName
{
color: #DFC37A;
}
.AnyTagClassName
{
color: #DFC37A;
}
</style>
background-color css
<style>
a { background-color: #DFC37A; }
a { background-color: rgb(223,195,122); }
div.DivClassName
{
background-color: #DFC37A;
}
.BgClassName
{
background-color: #DFC37A;
}
</style>
border-color css
<style>
span { border-color: #DFC37A; }
span { border-color: rgb(223,195,122); }
td.TdClassName
{
border-color: #DFC37A;
}
.TagClassName
{
border-color: #DFC37A;
}
</style>