Shades of Chenin #DFC975
Tints of Chenin #DFC975
RGB
CMYK
RGB Variations
Color information
#DFC975 (or 0xDFC975) is known color: Chenin. HEX triplet: DF, C9 and 75. RGB value is (223,201,117). Sum of RGB (Red+Green+Blue) = 223+201+117=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 117 (46.09% from 255 or 21.63% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC975 is #20368A. Grayscale: #C6C6C6. Windows color (decimal): -2111115 or 7719391. OLE color: 7719391.
HSL color Cylindrical-coordinate representation of color #DFC975: hue angle of 47.55º 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 #DFC975 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 117 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.13 |
| HSL | 47.55º | 0.62% | 0.67% | - |
| HSV(B) | 47.55º | 0.48% | 0.87% | - |
| XYZ | 54.53 | 58.75 | 25.29 | - |
| YUV | 198 | 82.29 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 117 | 0 | 0.10 | 0.48 | 0.13 | 47.55 | 0.62 | 0.67 |
| Hex | DF | C9 | 75 | 0 | A | 30 | D | 30 | 3E | 43 |
| Octal | 337 | 311 | 165 | 0 | 12 | 60 | 15 | 60 | 76 | 103 |
| Binary | 11011111 | 11001001 | 1110101 | 0 | 1010 | 110000 | 1101 | 110000 | 111110 | 1000011 |
Color Harmonies of #DFC975
Complementary color
Monochromatic Colors of #DFC975
Black with #DFC975
Text Example
Text Example
White with #DFC975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC975; }
p { color: rgb(223,201,117); }
H1.HeaderClassName
{
color: #DFC975;
}
.AnyTagClassName
{
color: #DFC975;
}
</style>
background-color css
<style>
a { background-color: #DFC975; }
a { background-color: rgb(223,201,117); }
div.DivClassName
{
background-color: #DFC975;
}
.BgClassName
{
background-color: #DFC975;
}
</style>
border-color css
<style>
span { border-color: #DFC975; }
span { border-color: rgb(223,201,117); }
td.TdClassName
{
border-color: #DFC975;
}
.TagClassName
{
border-color: #DFC975;
}
</style>