Shades of Chenin #D6C474
Tints of Chenin #D6C474
RGB
CMYK
RGB Variations
Color information
#D6C474 (or 0xD6C474) is known color: Chenin. HEX triplet: D6, C4 and 74. RGB value is (214,196,116). Sum of RGB (Red+Green+Blue) = 214+196+116=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 116 (45.70% from 255 or 22.05% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C474 is #293B8B. Grayscale: #C0C0C0. Windows color (decimal): -2702220 or 7652566. OLE color: 7652566.
HSL color Cylindrical-coordinate representation of color #D6C474: hue angle of 48.98º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6C474 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 196 | 116 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.16 |
| HSL | 48.98º | 0.54% | 0.65% | - |
| HSV(B) | 48.98º | 0.46% | 0.84% | - |
| XYZ | 50.62 | 55.04 | 24.48 | - |
| YUV | 192.26 | 84.96 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 196 | 116 | 0 | 0.08 | 0.46 | 0.16 | 48.98 | 0.54 | 0.65 |
| Hex | D6 | C4 | 74 | 0 | 8 | 2E | 10 | 31 | 36 | 41 |
| Octal | 326 | 304 | 164 | 0 | 10 | 56 | 20 | 61 | 66 | 101 |
| Binary | 11010110 | 11000100 | 1110100 | 0 | 1000 | 101110 | 10000 | 110001 | 110110 | 1000001 |
Color Harmonies of #D6C474
Complementary color
Monochromatic Colors of #D6C474
Black with #D6C474
Text Example
Text Example
White with #D6C474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C474; }
p { color: rgb(214,196,116); }
H1.HeaderClassName
{
color: #D6C474;
}
.AnyTagClassName
{
color: #D6C474;
}
</style>
background-color css
<style>
a { background-color: #D6C474; }
a { background-color: rgb(214,196,116); }
div.DivClassName
{
background-color: #D6C474;
}
.BgClassName
{
background-color: #D6C474;
}
</style>
border-color css
<style>
span { border-color: #D6C474; }
span { border-color: rgb(214,196,116); }
td.TdClassName
{
border-color: #D6C474;
}
.TagClassName
{
border-color: #D6C474;
}
</style>