Shades of Chenin #DFC464
Tints of Chenin #DFC464
RGB
CMYK
RGB Variations
Color information
#DFC464 (or 0xDFC464) is known color: Chenin. HEX triplet: DF, C4 and 64. RGB value is (223,196,100). Sum of RGB (Red+Green+Blue) = 223+196+100=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC464 is #203B9B. Grayscale: #C1C1C1. Windows color (decimal): -2112412 or 6603999. OLE color: 6603999.
HSL color Cylindrical-coordinate representation of color #DFC464: hue angle of 46.83º 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 #DFC464 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 100 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.13 |
| HSL | 46.83º | 0.66% | 0.63% | - |
| HSV(B) | 46.83º | 0.55% | 0.87% | - |
| XYZ | 52.47 | 56.09 | 20.12 | - |
| YUV | 193.13 | 75.45 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 100 | 0 | 0.12 | 0.55 | 0.13 | 46.83 | 0.66 | 0.63 |
| Hex | DF | C4 | 64 | 0 | C | 37 | D | 2F | 42 | 3F |
| Octal | 337 | 304 | 144 | 0 | 14 | 67 | 15 | 57 | 102 | 77 |
| Binary | 11011111 | 11000100 | 1100100 | 0 | 1100 | 110111 | 1101 | 101111 | 1000010 | 111111 |
Color Harmonies of #DFC464
Complementary color
Monochromatic Colors of #DFC464
Black with #DFC464
Text Example
Text Example
White with #DFC464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC464; }
p { color: rgb(223,196,100); }
H1.HeaderClassName
{
color: #DFC464;
}
.AnyTagClassName
{
color: #DFC464;
}
</style>
background-color css
<style>
a { background-color: #DFC464; }
a { background-color: rgb(223,196,100); }
div.DivClassName
{
background-color: #DFC464;
}
.BgClassName
{
background-color: #DFC464;
}
</style>
border-color css
<style>
span { border-color: #DFC464; }
span { border-color: rgb(223,196,100); }
td.TdClassName
{
border-color: #DFC464;
}
.TagClassName
{
border-color: #DFC464;
}
</style>