Shades of Chenin #DFC46B
Tints of Chenin #DFC46B
RGB
CMYK
RGB Variations
Color information
#DFC46B (or 0xDFC46B) is known color: Chenin. HEX triplet: DF, C4 and 6B. RGB value is (223,196,107). Sum of RGB (Red+Green+Blue) = 223+196+107=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 107 (42.19% from 255 or 20.34% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC46B is #203B94. Grayscale: #C2C2C2. Windows color (decimal): -2112405 or 7062751. OLE color: 7062751.
HSL color Cylindrical-coordinate representation of color #DFC46B: hue angle of 46.03º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFC46B is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 107 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.13 |
| HSL | 46.03º | 0.64% | 0.65% | - |
| HSV(B) | 46.03º | 0.52% | 0.87% | - |
| XYZ | 52.83 | 56.23 | 21.98 | - |
| YUV | 193.93 | 78.95 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 107 | 0 | 0.12 | 0.52 | 0.13 | 46.03 | 0.64 | 0.65 |
| Hex | DF | C4 | 6B | 0 | C | 34 | D | 2E | 40 | 41 |
| Octal | 337 | 304 | 153 | 0 | 14 | 64 | 15 | 56 | 100 | 101 |
| Binary | 11011111 | 11000100 | 1101011 | 0 | 1100 | 110100 | 1101 | 101110 | 1000000 | 1000001 |
Color Harmonies of #DFC46B
Complementary color
Monochromatic Colors of #DFC46B
Black with #DFC46B
Text Example
Text Example
White with #DFC46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC46B; }
p { color: rgb(223,196,107); }
H1.HeaderClassName
{
color: #DFC46B;
}
.AnyTagClassName
{
color: #DFC46B;
}
</style>
background-color css
<style>
a { background-color: #DFC46B; }
a { background-color: rgb(223,196,107); }
div.DivClassName
{
background-color: #DFC46B;
}
.BgClassName
{
background-color: #DFC46B;
}
</style>
border-color css
<style>
span { border-color: #DFC46B; }
span { border-color: rgb(223,196,107); }
td.TdClassName
{
border-color: #DFC46B;
}
.TagClassName
{
border-color: #DFC46B;
}
</style>