Shades of Chenin #D6B974
Tints of Chenin #D6B974
RGB
CMYK
RGB Variations
Color information
#D6B974 (or 0xD6B974) is known color: Chenin. HEX triplet: D6, B9 and 74. RGB value is (214,185,116). Sum of RGB (Red+Green+Blue) = 214+185+116=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B974 is #29468B. Grayscale: #BABABA. Windows color (decimal): -2705036 or 7649750. OLE color: 7649750.
HSL color Cylindrical-coordinate representation of color #D6B974: hue angle of 42.24º 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 #D6B974 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 185 | 116 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.16 |
| HSL | 42.24º | 0.54% | 0.65% | - |
| HSV(B) | 42.24º | 0.46% | 0.84% | - |
| XYZ | 48.23 | 50.26 | 23.68 | - |
| YUV | 185.81 | 88.61 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 185 | 116 | 0 | 0.14 | 0.46 | 0.16 | 42.24 | 0.54 | 0.65 |
| Hex | D6 | B9 | 74 | 0 | E | 2E | 10 | 2A | 36 | 41 |
| Octal | 326 | 271 | 164 | 0 | 16 | 56 | 20 | 52 | 66 | 101 |
| Binary | 11010110 | 10111001 | 1110100 | 0 | 1110 | 101110 | 10000 | 101010 | 110110 | 1000001 |
Color Harmonies of #D6B974
Complementary color
Monochromatic Colors of #D6B974
Black with #D6B974
Text Example
Text Example
White with #D6B974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B974; }
p { color: rgb(214,185,116); }
H1.HeaderClassName
{
color: #D6B974;
}
.AnyTagClassName
{
color: #D6B974;
}
</style>
background-color css
<style>
a { background-color: #D6B974; }
a { background-color: rgb(214,185,116); }
div.DivClassName
{
background-color: #D6B974;
}
.BgClassName
{
background-color: #D6B974;
}
</style>
border-color css
<style>
span { border-color: #D6B974; }
span { border-color: rgb(214,185,116); }
td.TdClassName
{
border-color: #D6B974;
}
.TagClassName
{
border-color: #D6B974;
}
</style>