Shades of Chenin #DFC375
Tints of Chenin #DFC375
RGB
CMYK
RGB Variations
Color information
#DFC375 (or 0xDFC375) is known color: Chenin. HEX triplet: DF, C3 and 75. RGB value is (223,195,117). Sum of RGB (Red+Green+Blue) = 223+195+117=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC375 is #203C8A. Grayscale: #C2C2C2. Windows color (decimal): -2112651 or 7717855. OLE color: 7717855.
HSL color Cylindrical-coordinate representation of color #DFC375: hue angle of 44.15º 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 #DFC375 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 117 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.13 |
| HSL | 44.15º | 0.62% | 0.67% | - |
| HSV(B) | 44.15º | 0.48% | 0.87% | - |
| XYZ | 53.16 | 56 | 24.84 | - |
| YUV | 194.48 | 84.28 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 117 | 0 | 0.13 | 0.48 | 0.13 | 44.15 | 0.62 | 0.67 |
| Hex | DF | C3 | 75 | 0 | D | 30 | D | 2C | 3E | 43 |
| Octal | 337 | 303 | 165 | 0 | 15 | 60 | 15 | 54 | 76 | 103 |
| Binary | 11011111 | 11000011 | 1110101 | 0 | 1101 | 110000 | 1101 | 101100 | 111110 | 1000011 |
Color Harmonies of #DFC375
Complementary color
Monochromatic Colors of #DFC375
Black with #DFC375
Text Example
Text Example
White with #DFC375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC375; }
p { color: rgb(223,195,117); }
H1.HeaderClassName
{
color: #DFC375;
}
.AnyTagClassName
{
color: #DFC375;
}
</style>
background-color css
<style>
a { background-color: #DFC375; }
a { background-color: rgb(223,195,117); }
div.DivClassName
{
background-color: #DFC375;
}
.BgClassName
{
background-color: #DFC375;
}
</style>
border-color css
<style>
span { border-color: #DFC375; }
span { border-color: rgb(223,195,117); }
td.TdClassName
{
border-color: #DFC375;
}
.TagClassName
{
border-color: #DFC375;
}
</style>