Shades of Chenin #DFC269
Tints of Chenin #DFC269
RGB
CMYK
RGB Variations
Color information
#DFC269 (or 0xDFC269) is known color: Chenin. HEX triplet: DF, C2 and 69. RGB value is (223,194,105). Sum of RGB (Red+Green+Blue) = 223+194+105=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 105 (41.41% from 255 or 20.11% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC269 is #203D96. Grayscale: #C0C0C0. Windows color (decimal): -2112919 or 6931167. OLE color: 6931167.
HSL color Cylindrical-coordinate representation of color #DFC269: hue angle of 45.25º 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 #DFC269 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 105 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.13 |
| HSL | 45.25º | 0.65% | 0.64% | - |
| HSV(B) | 45.25º | 0.53% | 0.87% | - |
| XYZ | 52.27 | 55.29 | 21.28 | - |
| YUV | 192.53 | 78.61 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 105 | 0 | 0.13 | 0.53 | 0.13 | 45.25 | 0.65 | 0.64 |
| Hex | DF | C2 | 69 | 0 | D | 35 | D | 2D | 41 | 40 |
| Octal | 337 | 302 | 151 | 0 | 15 | 65 | 15 | 55 | 101 | 100 |
| Binary | 11011111 | 11000010 | 1101001 | 0 | 1101 | 110101 | 1101 | 101101 | 1000001 | 1000000 |
Color Harmonies of #DFC269
Complementary color
Monochromatic Colors of #DFC269
Black with #DFC269
Text Example
Text Example
White with #DFC269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC269; }
p { color: rgb(223,194,105); }
H1.HeaderClassName
{
color: #DFC269;
}
.AnyTagClassName
{
color: #DFC269;
}
</style>
background-color css
<style>
a { background-color: #DFC269; }
a { background-color: rgb(223,194,105); }
div.DivClassName
{
background-color: #DFC269;
}
.BgClassName
{
background-color: #DFC269;
}
</style>
border-color css
<style>
span { border-color: #DFC269; }
span { border-color: rgb(223,194,105); }
td.TdClassName
{
border-color: #DFC269;
}
.TagClassName
{
border-color: #DFC269;
}
</style>