Shades of Chenin #DFC36C
Tints of Chenin #DFC36C
RGB
CMYK
RGB Variations
Color information
#DFC36C (or 0xDFC36C) is known color: Chenin. HEX triplet: DF, C3 and 6C. RGB value is (223,195,108). Sum of RGB (Red+Green+Blue) = 223+195+108=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC36C is #203C93. Grayscale: #C1C1C1. Windows color (decimal): -2112660 or 7128031. OLE color: 7128031.
HSL color Cylindrical-coordinate representation of color #DFC36C: hue angle of 45.39º 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 #DFC36C is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 108 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.13 |
| HSL | 45.39º | 0.64% | 0.65% | - |
| HSV(B) | 45.39º | 0.52% | 0.87% | - |
| XYZ | 52.65 | 55.8 | 22.18 | - |
| YUV | 193.45 | 79.78 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 108 | 0 | 0.13 | 0.52 | 0.13 | 45.39 | 0.64 | 0.65 |
| Hex | DF | C3 | 6C | 0 | D | 34 | D | 2D | 40 | 41 |
| Octal | 337 | 303 | 154 | 0 | 15 | 64 | 15 | 55 | 100 | 101 |
| Binary | 11011111 | 11000011 | 1101100 | 0 | 1101 | 110100 | 1101 | 101101 | 1000000 | 1000001 |
Color Harmonies of #DFC36C
Complementary color
Monochromatic Colors of #DFC36C
Black with #DFC36C
Text Example
Text Example
White with #DFC36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC36C; }
p { color: rgb(223,195,108); }
H1.HeaderClassName
{
color: #DFC36C;
}
.AnyTagClassName
{
color: #DFC36C;
}
</style>
background-color css
<style>
a { background-color: #DFC36C; }
a { background-color: rgb(223,195,108); }
div.DivClassName
{
background-color: #DFC36C;
}
.BgClassName
{
background-color: #DFC36C;
}
</style>
border-color css
<style>
span { border-color: #DFC36C; }
span { border-color: rgb(223,195,108); }
td.TdClassName
{
border-color: #DFC36C;
}
.TagClassName
{
border-color: #DFC36C;
}
</style>