Shades of Chenin #DFC064
Tints of Chenin #DFC064
RGB
CMYK
RGB Variations
Color information
#DFC064 (or 0xDFC064) is known color: Chenin. HEX triplet: DF, C0 and 64. RGB value is (223,192,100). Sum of RGB (Red+Green+Blue) = 223+192+100=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 100 (39.45% from 255 or 19.42% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC064 is #203F9B. Grayscale: #BFBFBF. Windows color (decimal): -2113436 or 6602975. OLE color: 6602975.
HSL color Cylindrical-coordinate representation of color #DFC064: hue angle of 44.88º 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 #DFC064 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 100 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.13 |
| HSL | 44.88º | 0.66% | 0.63% | - |
| HSV(B) | 44.88º | 0.55% | 0.87% | - |
| XYZ | 51.58 | 54.31 | 19.82 | - |
| YUV | 190.78 | 76.77 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 100 | 0 | 0.14 | 0.55 | 0.13 | 44.88 | 0.66 | 0.63 |
| Hex | DF | C0 | 64 | 0 | E | 37 | D | 2D | 42 | 3F |
| Octal | 337 | 300 | 144 | 0 | 16 | 67 | 15 | 55 | 102 | 77 |
| Binary | 11011111 | 11000000 | 1100100 | 0 | 1110 | 110111 | 1101 | 101101 | 1000010 | 111111 |
Color Harmonies of #DFC064
Complementary color
Monochromatic Colors of #DFC064
Black with #DFC064
Text Example
Text Example
White with #DFC064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC064; }
p { color: rgb(223,192,100); }
H1.HeaderClassName
{
color: #DFC064;
}
.AnyTagClassName
{
color: #DFC064;
}
</style>
background-color css
<style>
a { background-color: #DFC064; }
a { background-color: rgb(223,192,100); }
div.DivClassName
{
background-color: #DFC064;
}
.BgClassName
{
background-color: #DFC064;
}
</style>
border-color css
<style>
span { border-color: #DFC064; }
span { border-color: rgb(223,192,100); }
td.TdClassName
{
border-color: #DFC064;
}
.TagClassName
{
border-color: #DFC064;
}
</style>