Shades of Chenin #DFC06F
Tints of Chenin #DFC06F
RGB
CMYK
RGB Variations
Color information
#DFC06F (or 0xDFC06F) is known color: Chenin. HEX triplet: DF, C0 and 6F. RGB value is (223,192,111). Sum of RGB (Red+Green+Blue) = 223+192+111=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 111 (43.75% from 255 or 21.10% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC06F is #203F90. Grayscale: #C0C0C0. Windows color (decimal): -2113425 or 7323871. OLE color: 7323871.
HSL color Cylindrical-coordinate representation of color #DFC06F: hue angle of 43.39º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFC06F is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 111 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.13 |
| HSL | 43.39º | 0.64% | 0.65% | - |
| HSV(B) | 43.39º | 0.5% | 0.87% | - |
| XYZ | 52.15 | 54.53 | 22.82 | - |
| YUV | 192.04 | 82.27 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 111 | 0 | 0.14 | 0.50 | 0.13 | 43.39 | 0.64 | 0.65 |
| Hex | DF | C0 | 6F | 0 | E | 32 | D | 2B | 40 | 41 |
| Octal | 337 | 300 | 157 | 0 | 16 | 62 | 15 | 53 | 100 | 101 |
| Binary | 11011111 | 11000000 | 1101111 | 0 | 1110 | 110010 | 1101 | 101011 | 1000000 | 1000001 |
Color Harmonies of #DFC06F
Complementary color
Monochromatic Colors of #DFC06F
Black with #DFC06F
Text Example
Text Example
White with #DFC06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC06F; }
p { color: rgb(223,192,111); }
H1.HeaderClassName
{
color: #DFC06F;
}
.AnyTagClassName
{
color: #DFC06F;
}
</style>
background-color css
<style>
a { background-color: #DFC06F; }
a { background-color: rgb(223,192,111); }
div.DivClassName
{
background-color: #DFC06F;
}
.BgClassName
{
background-color: #DFC06F;
}
</style>
border-color css
<style>
span { border-color: #DFC06F; }
span { border-color: rgb(223,192,111); }
td.TdClassName
{
border-color: #DFC06F;
}
.TagClassName
{
border-color: #DFC06F;
}
</style>