Shades of Chenin #DFC575
Tints of Chenin #DFC575
RGB
CMYK
RGB Variations
Color information
#DFC575 (or 0xDFC575) is known color: Chenin. HEX triplet: DF, C5 and 75. RGB value is (223,197,117). Sum of RGB (Red+Green+Blue) = 223+197+117=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC575 is #203A8A. Grayscale: #C4C4C4. Windows color (decimal): -2112139 or 7718367. OLE color: 7718367.
HSL color Cylindrical-coordinate representation of color #DFC575: hue angle of 45.28º 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 #DFC575 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 117 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.13 |
| HSL | 45.28º | 0.62% | 0.67% | - |
| HSV(B) | 45.28º | 0.48% | 0.87% | - |
| XYZ | 53.61 | 56.9 | 24.99 | - |
| YUV | 195.65 | 83.61 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 117 | 0 | 0.12 | 0.48 | 0.13 | 45.28 | 0.62 | 0.67 |
| Hex | DF | C5 | 75 | 0 | C | 30 | D | 2D | 3E | 43 |
| Octal | 337 | 305 | 165 | 0 | 14 | 60 | 15 | 55 | 76 | 103 |
| Binary | 11011111 | 11000101 | 1110101 | 0 | 1100 | 110000 | 1101 | 101101 | 111110 | 1000011 |
Color Harmonies of #DFC575
Complementary color
Monochromatic Colors of #DFC575
Black with #DFC575
Text Example
Text Example
White with #DFC575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC575; }
p { color: rgb(223,197,117); }
H1.HeaderClassName
{
color: #DFC575;
}
.AnyTagClassName
{
color: #DFC575;
}
</style>
background-color css
<style>
a { background-color: #DFC575; }
a { background-color: rgb(223,197,117); }
div.DivClassName
{
background-color: #DFC575;
}
.BgClassName
{
background-color: #DFC575;
}
</style>
border-color css
<style>
span { border-color: #DFC575; }
span { border-color: rgb(223,197,117); }
td.TdClassName
{
border-color: #DFC575;
}
.TagClassName
{
border-color: #DFC575;
}
</style>