Shades of Chenin #DFC764
Tints of Chenin #DFC764
RGB
CMYK
RGB Variations
Color information
#DFC764 (or 0xDFC764) is known color: Chenin. HEX triplet: DF, C7 and 64. RGB value is (223,199,100). Sum of RGB (Red+Green+Blue) = 223+199+100=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC764 is #20389B. Grayscale: #C3C3C3. Windows color (decimal): -2111644 or 6604767. OLE color: 6604767.
HSL color Cylindrical-coordinate representation of color #DFC764: hue angle of 48.29º 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 #DFC764 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 100 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.13 |
| HSL | 48.29º | 0.66% | 0.63% | - |
| HSV(B) | 48.29º | 0.55% | 0.87% | - |
| XYZ | 53.16 | 57.45 | 20.34 | - |
| YUV | 194.89 | 74.45 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 100 | 0 | 0.11 | 0.55 | 0.13 | 48.29 | 0.66 | 0.63 |
| Hex | DF | C7 | 64 | 0 | B | 37 | D | 30 | 42 | 3F |
| Octal | 337 | 307 | 144 | 0 | 13 | 67 | 15 | 60 | 102 | 77 |
| Binary | 11011111 | 11000111 | 1100100 | 0 | 1011 | 110111 | 1101 | 110000 | 1000010 | 111111 |
Color Harmonies of #DFC764
Complementary color
Monochromatic Colors of #DFC764
Black with #DFC764
Text Example
Text Example
White with #DFC764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC764; }
p { color: rgb(223,199,100); }
H1.HeaderClassName
{
color: #DFC764;
}
.AnyTagClassName
{
color: #DFC764;
}
</style>
background-color css
<style>
a { background-color: #DFC764; }
a { background-color: rgb(223,199,100); }
div.DivClassName
{
background-color: #DFC764;
}
.BgClassName
{
background-color: #DFC764;
}
</style>
border-color css
<style>
span { border-color: #DFC764; }
span { border-color: rgb(223,199,100); }
td.TdClassName
{
border-color: #DFC764;
}
.TagClassName
{
border-color: #DFC764;
}
</style>