Shades of Chenin #DFC06C
Tints of Chenin #DFC06C
RGB
CMYK
RGB Variations
Color information
#DFC06C (or 0xDFC06C) is known color: Chenin. HEX triplet: DF, C0 and 6C. RGB value is (223,192,108). Sum of RGB (Red+Green+Blue) = 223+192+108=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC06C is #203F93. Grayscale: #C0C0C0. Windows color (decimal): -2113428 or 7127263. OLE color: 7127263.
HSL color Cylindrical-coordinate representation of color #DFC06C: hue angle of 43.83º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFC06C is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 108 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.13 |
| HSL | 43.83º | 0.64% | 0.65% | - |
| HSV(B) | 43.83º | 0.52% | 0.87% | - |
| XYZ | 51.99 | 54.47 | 21.96 | - |
| YUV | 191.69 | 80.77 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 108 | 0 | 0.14 | 0.52 | 0.13 | 43.83 | 0.64 | 0.65 |
| Hex | DF | C0 | 6C | 0 | E | 34 | D | 2C | 40 | 41 |
| Octal | 337 | 300 | 154 | 0 | 16 | 64 | 15 | 54 | 100 | 101 |
| Binary | 11011111 | 11000000 | 1101100 | 0 | 1110 | 110100 | 1101 | 101100 | 1000000 | 1000001 |
Color Harmonies of #DFC06C
Complementary color
Monochromatic Colors of #DFC06C
Black with #DFC06C
Text Example
Text Example
White with #DFC06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC06C; }
p { color: rgb(223,192,108); }
H1.HeaderClassName
{
color: #DFC06C;
}
.AnyTagClassName
{
color: #DFC06C;
}
</style>
background-color css
<style>
a { background-color: #DFC06C; }
a { background-color: rgb(223,192,108); }
div.DivClassName
{
background-color: #DFC06C;
}
.BgClassName
{
background-color: #DFC06C;
}
</style>
border-color css
<style>
span { border-color: #DFC06C; }
span { border-color: rgb(223,192,108); }
td.TdClassName
{
border-color: #DFC06C;
}
.TagClassName
{
border-color: #DFC06C;
}
</style>