Shades of Chenin #DFC272
Tints of Chenin #DFC272
RGB
CMYK
RGB Variations
Color information
#DFC272 (or 0xDFC272) is known color: Chenin. HEX triplet: DF, C2 and 72. RGB value is (223,194,114). Sum of RGB (Red+Green+Blue) = 223+194+114=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC272 is #203D8D. Grayscale: #C1C1C1. Windows color (decimal): -2112910 or 7520991. OLE color: 7520991.
HSL color Cylindrical-coordinate representation of color #DFC272: hue angle of 44.04º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DFC272 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 114 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.13 |
| HSL | 44.04º | 0.63% | 0.66% | - |
| HSV(B) | 44.04º | 0.49% | 0.87% | - |
| XYZ | 52.76 | 55.49 | 23.85 | - |
| YUV | 193.55 | 83.11 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 114 | 0 | 0.13 | 0.49 | 0.13 | 44.04 | 0.63 | 0.66 |
| Hex | DF | C2 | 72 | 0 | D | 31 | D | 2C | 3F | 42 |
| Octal | 337 | 302 | 162 | 0 | 15 | 61 | 15 | 54 | 77 | 102 |
| Binary | 11011111 | 11000010 | 1110010 | 0 | 1101 | 110001 | 1101 | 101100 | 111111 | 1000010 |
Color Harmonies of #DFC272
Complementary color
Monochromatic Colors of #DFC272
Black with #DFC272
Text Example
Text Example
White with #DFC272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC272; }
p { color: rgb(223,194,114); }
H1.HeaderClassName
{
color: #DFC272;
}
.AnyTagClassName
{
color: #DFC272;
}
</style>
background-color css
<style>
a { background-color: #DFC272; }
a { background-color: rgb(223,194,114); }
div.DivClassName
{
background-color: #DFC272;
}
.BgClassName
{
background-color: #DFC272;
}
</style>
border-color css
<style>
span { border-color: #DFC272; }
span { border-color: rgb(223,194,114); }
td.TdClassName
{
border-color: #DFC272;
}
.TagClassName
{
border-color: #DFC272;
}
</style>