Shades of Chenin #DFC469
Tints of Chenin #DFC469
RGB
CMYK
RGB Variations
Color information
#DFC469 (or 0xDFC469) is known color: Chenin. HEX triplet: DF, C4 and 69. RGB value is (223,196,105). Sum of RGB (Red+Green+Blue) = 223+196+105=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 105 (41.41% from 255 or 20.04% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC469 is #203B96. Grayscale: #C2C2C2. Windows color (decimal): -2112407 or 6931679. OLE color: 6931679.
HSL color Cylindrical-coordinate representation of color #DFC469: hue angle of 46.27º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFC469 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 105 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.13 |
| HSL | 46.27º | 0.65% | 0.64% | - |
| HSV(B) | 46.27º | 0.53% | 0.87% | - |
| XYZ | 52.72 | 56.19 | 21.43 | - |
| YUV | 193.7 | 77.95 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 105 | 0 | 0.12 | 0.53 | 0.13 | 46.27 | 0.65 | 0.64 |
| Hex | DF | C4 | 69 | 0 | C | 35 | D | 2E | 41 | 40 |
| Octal | 337 | 304 | 151 | 0 | 14 | 65 | 15 | 56 | 101 | 100 |
| Binary | 11011111 | 11000100 | 1101001 | 0 | 1100 | 110101 | 1101 | 101110 | 1000001 | 1000000 |
Color Harmonies of #DFC469
Complementary color
Monochromatic Colors of #DFC469
Black with #DFC469
Text Example
Text Example
White with #DFC469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC469; }
p { color: rgb(223,196,105); }
H1.HeaderClassName
{
color: #DFC469;
}
.AnyTagClassName
{
color: #DFC469;
}
</style>
background-color css
<style>
a { background-color: #DFC469; }
a { background-color: rgb(223,196,105); }
div.DivClassName
{
background-color: #DFC469;
}
.BgClassName
{
background-color: #DFC469;
}
</style>
border-color css
<style>
span { border-color: #DFC469; }
span { border-color: rgb(223,196,105); }
td.TdClassName
{
border-color: #DFC469;
}
.TagClassName
{
border-color: #DFC469;
}
</style>