Shades of Chenin #DFC374
Tints of Chenin #DFC374
RGB
CMYK
RGB Variations
Color information
#DFC374 (or 0xDFC374) is known color: Chenin. HEX triplet: DF, C3 and 74. RGB value is (223,195,116). Sum of RGB (Red+Green+Blue) = 223+195+116=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 116 (45.70% from 255 or 21.72% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC374 is #203C8B. Grayscale: #C2C2C2. Windows color (decimal): -2112652 or 7652319. OLE color: 7652319.
HSL color Cylindrical-coordinate representation of color #DFC374: hue angle of 44.3º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFC374 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 116 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.13 |
| HSL | 44.3º | 0.63% | 0.66% | - |
| HSV(B) | 44.3º | 0.48% | 0.87% | - |
| XYZ | 53.1 | 55.98 | 24.53 | - |
| YUV | 194.37 | 83.78 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 116 | 0 | 0.13 | 0.48 | 0.13 | 44.3 | 0.63 | 0.66 |
| Hex | DF | C3 | 74 | 0 | D | 30 | D | 2C | 3F | 42 |
| Octal | 337 | 303 | 164 | 0 | 15 | 60 | 15 | 54 | 77 | 102 |
| Binary | 11011111 | 11000011 | 1110100 | 0 | 1101 | 110000 | 1101 | 101100 | 111111 | 1000010 |
Color Harmonies of #DFC374
Complementary color
Monochromatic Colors of #DFC374
Black with #DFC374
Text Example
Text Example
White with #DFC374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC374; }
p { color: rgb(223,195,116); }
H1.HeaderClassName
{
color: #DFC374;
}
.AnyTagClassName
{
color: #DFC374;
}
</style>
background-color css
<style>
a { background-color: #DFC374; }
a { background-color: rgb(223,195,116); }
div.DivClassName
{
background-color: #DFC374;
}
.BgClassName
{
background-color: #DFC374;
}
</style>
border-color css
<style>
span { border-color: #DFC374; }
span { border-color: rgb(223,195,116); }
td.TdClassName
{
border-color: #DFC374;
}
.TagClassName
{
border-color: #DFC374;
}
</style>