Shades of Chenin #D6BE74
Tints of Chenin #D6BE74
RGB
CMYK
RGB Variations
Color information
#D6BE74 (or 0xD6BE74) is known color: Chenin. HEX triplet: D6, BE and 74. RGB value is (214,190,116). Sum of RGB (Red+Green+Blue) = 214+190+116=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BE74 is #29418B. Grayscale: #BDBDBD. Windows color (decimal): -2703756 or 7651030. OLE color: 7651030.
HSL color Cylindrical-coordinate representation of color #D6BE74: hue angle of 45.31º 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 #D6BE74 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 116 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.16 |
| HSL | 45.31º | 0.54% | 0.65% | - |
| HSV(B) | 45.31º | 0.46% | 0.84% | - |
| XYZ | 49.3 | 52.38 | 24.04 | - |
| YUV | 188.74 | 86.95 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 116 | 0 | 0.11 | 0.46 | 0.16 | 45.31 | 0.54 | 0.65 |
| Hex | D6 | BE | 74 | 0 | B | 2E | 10 | 2D | 36 | 41 |
| Octal | 326 | 276 | 164 | 0 | 13 | 56 | 20 | 55 | 66 | 101 |
| Binary | 11010110 | 10111110 | 1110100 | 0 | 1011 | 101110 | 10000 | 101101 | 110110 | 1000001 |
Color Harmonies of #D6BE74
Complementary color
Monochromatic Colors of #D6BE74
Black with #D6BE74
Text Example
Text Example
White with #D6BE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BE74; }
p { color: rgb(214,190,116); }
H1.HeaderClassName
{
color: #D6BE74;
}
.AnyTagClassName
{
color: #D6BE74;
}
</style>
background-color css
<style>
a { background-color: #D6BE74; }
a { background-color: rgb(214,190,116); }
div.DivClassName
{
background-color: #D6BE74;
}
.BgClassName
{
background-color: #D6BE74;
}
</style>
border-color css
<style>
span { border-color: #D6BE74; }
span { border-color: rgb(214,190,116); }
td.TdClassName
{
border-color: #D6BE74;
}
.TagClassName
{
border-color: #D6BE74;
}
</style>