Shades of Chenin #DFC969
Tints of Chenin #DFC969
RGB
CMYK
RGB Variations
Color information
#DFC969 (or 0xDFC969) is known color: Chenin. HEX triplet: DF, C9 and 69. RGB value is (223,201,105). Sum of RGB (Red+Green+Blue) = 223+201+105=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 105 (41.41% from 255 or 19.85% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC969 is #203696. Grayscale: #C5C5C5. Windows color (decimal): -2111127 or 6932959. OLE color: 6932959.
HSL color Cylindrical-coordinate representation of color #DFC969: hue angle of 48.81º 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 #DFC969 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 105 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.13 |
| HSL | 48.81º | 0.65% | 0.64% | - |
| HSV(B) | 48.81º | 0.53% | 0.87% | - |
| XYZ | 53.87 | 58.48 | 21.81 | - |
| YUV | 196.63 | 76.29 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 105 | 0 | 0.10 | 0.53 | 0.13 | 48.81 | 0.65 | 0.64 |
| Hex | DF | C9 | 69 | 0 | A | 35 | D | 31 | 41 | 40 |
| Octal | 337 | 311 | 151 | 0 | 12 | 65 | 15 | 61 | 101 | 100 |
| Binary | 11011111 | 11001001 | 1101001 | 0 | 1010 | 110101 | 1101 | 110001 | 1000001 | 1000000 |
Color Harmonies of #DFC969
Complementary color
Monochromatic Colors of #DFC969
Black with #DFC969
Text Example
Text Example
White with #DFC969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC969; }
p { color: rgb(223,201,105); }
H1.HeaderClassName
{
color: #DFC969;
}
.AnyTagClassName
{
color: #DFC969;
}
</style>
background-color css
<style>
a { background-color: #DFC969; }
a { background-color: rgb(223,201,105); }
div.DivClassName
{
background-color: #DFC969;
}
.BgClassName
{
background-color: #DFC969;
}
</style>
border-color css
<style>
span { border-color: #DFC969; }
span { border-color: rgb(223,201,105); }
td.TdClassName
{
border-color: #DFC969;
}
.TagClassName
{
border-color: #DFC969;
}
</style>