Shades of Chenin #DFC275
Tints of Chenin #DFC275
RGB
CMYK
RGB Variations
Color information
#DFC275 (or 0xDFC275) is known color: Chenin. HEX triplet: DF, C2 and 75. RGB value is (223,194,117). Sum of RGB (Red+Green+Blue) = 223+194+117=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC275 is #203D8A. Grayscale: #C2C2C2. Windows color (decimal): -2112907 or 7717599. OLE color: 7717599.
HSL color Cylindrical-coordinate representation of color #DFC275: hue angle of 43.58º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFC275 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 117 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.13 |
| HSL | 43.58º | 0.62% | 0.67% | - |
| HSV(B) | 43.58º | 0.48% | 0.87% | - |
| XYZ | 52.93 | 55.56 | 24.76 | - |
| YUV | 193.89 | 84.61 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 117 | 0 | 0.13 | 0.48 | 0.13 | 43.58 | 0.62 | 0.67 |
| Hex | DF | C2 | 75 | 0 | D | 30 | D | 2C | 3E | 43 |
| Octal | 337 | 302 | 165 | 0 | 15 | 60 | 15 | 54 | 76 | 103 |
| Binary | 11011111 | 11000010 | 1110101 | 0 | 1101 | 110000 | 1101 | 101100 | 111110 | 1000011 |
Color Harmonies of #DFC275
Complementary color
Monochromatic Colors of #DFC275
Black with #DFC275
Text Example
Text Example
White with #DFC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC275; }
p { color: rgb(223,194,117); }
H1.HeaderClassName
{
color: #DFC275;
}
.AnyTagClassName
{
color: #DFC275;
}
</style>
background-color css
<style>
a { background-color: #DFC275; }
a { background-color: rgb(223,194,117); }
div.DivClassName
{
background-color: #DFC275;
}
.BgClassName
{
background-color: #DFC275;
}
</style>
border-color css
<style>
span { border-color: #DFC275; }
span { border-color: rgb(223,194,117); }
td.TdClassName
{
border-color: #DFC275;
}
.TagClassName
{
border-color: #DFC275;
}
</style>