Shades of Chalky #DFC27D
Tints of Chalky #DFC27D
RGB
CMYK
RGB Variations
Color information
#DFC27D (or 0xDFC27D) is known color: Chalky. HEX triplet: DF, C2 and 7D. RGB value is (223,194,125). Sum of RGB (Red+Green+Blue) = 223+194+125=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC27D is #203D82. Grayscale: #C3C3C3. Windows color (decimal): -2112899 or 8241887. OLE color: 8241887.
HSL color Cylindrical-coordinate representation of color #DFC27D: hue angle of 42.24º 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 #DFC27D is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 125 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.13 |
| HSL | 42.24º | 0.6% | 0.68% | - |
| HSV(B) | 42.24º | 0.44% | 0.87% | - |
| XYZ | 53.42 | 55.75 | 27.35 | - |
| YUV | 194.81 | 88.61 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 125 | 0 | 0.13 | 0.44 | 0.13 | 42.24 | 0.6 | 0.68 |
| Hex | DF | C2 | 7D | 0 | D | 2C | D | 2A | 3C | 44 |
| Octal | 337 | 302 | 175 | 0 | 15 | 54 | 15 | 52 | 74 | 104 |
| Binary | 11011111 | 11000010 | 1111101 | 0 | 1101 | 101100 | 1101 | 101010 | 111100 | 1000100 |
Color Harmonies of #DFC27D
Complementary color
Monochromatic Colors of #DFC27D
Black with #DFC27D
Text Example
Text Example
White with #DFC27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC27D; }
p { color: rgb(223,194,125); }
H1.HeaderClassName
{
color: #DFC27D;
}
.AnyTagClassName
{
color: #DFC27D;
}
</style>
background-color css
<style>
a { background-color: #DFC27D; }
a { background-color: rgb(223,194,125); }
div.DivClassName
{
background-color: #DFC27D;
}
.BgClassName
{
background-color: #DFC27D;
}
</style>
border-color css
<style>
span { border-color: #DFC27D; }
span { border-color: rgb(223,194,125); }
td.TdClassName
{
border-color: #DFC27D;
}
.TagClassName
{
border-color: #DFC27D;
}
</style>