Shades of Chenin #DFC164
Tints of Chenin #DFC164
RGB
CMYK
RGB Variations
Color information
#DFC164 (or 0xDFC164) is known color: Chenin. HEX triplet: DF, C1 and 64. RGB value is (223,193,100). Sum of RGB (Red+Green+Blue) = 223+193+100=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 100 (39.45% from 255 or 19.38% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC164 is #203E9B. Grayscale: #BFBFBF. Windows color (decimal): -2113180 or 6603231. OLE color: 6603231.
HSL color Cylindrical-coordinate representation of color #DFC164: hue angle of 45.37º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFC164 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 100 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.13 |
| HSL | 45.37º | 0.66% | 0.63% | - |
| HSV(B) | 45.37º | 0.55% | 0.87% | - |
| XYZ | 51.8 | 54.75 | 19.89 | - |
| YUV | 191.37 | 76.44 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 100 | 0 | 0.13 | 0.55 | 0.13 | 45.37 | 0.66 | 0.63 |
| Hex | DF | C1 | 64 | 0 | D | 37 | D | 2D | 42 | 3F |
| Octal | 337 | 301 | 144 | 0 | 15 | 67 | 15 | 55 | 102 | 77 |
| Binary | 11011111 | 11000001 | 1100100 | 0 | 1101 | 110111 | 1101 | 101101 | 1000010 | 111111 |
Color Harmonies of #DFC164
Complementary color
Monochromatic Colors of #DFC164
Black with #DFC164
Text Example
Text Example
White with #DFC164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC164; }
p { color: rgb(223,193,100); }
H1.HeaderClassName
{
color: #DFC164;
}
.AnyTagClassName
{
color: #DFC164;
}
</style>
background-color css
<style>
a { background-color: #DFC164; }
a { background-color: rgb(223,193,100); }
div.DivClassName
{
background-color: #DFC164;
}
.BgClassName
{
background-color: #DFC164;
}
</style>
border-color css
<style>
span { border-color: #DFC164; }
span { border-color: rgb(223,193,100); }
td.TdClassName
{
border-color: #DFC164;
}
.TagClassName
{
border-color: #DFC164;
}
</style>