Shades of Chenin #D6BD74
Tints of Chenin #D6BD74
RGB
CMYK
RGB Variations
Color information
#D6BD74 (or 0xD6BD74) is known color: Chenin. HEX triplet: D6, BD and 74. RGB value is (214,189,116). Sum of RGB (Red+Green+Blue) = 214+189+116=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BD74 is #29428B. Grayscale: #BCBCBC. Windows color (decimal): -2704012 or 7650774. OLE color: 7650774.
HSL color Cylindrical-coordinate representation of color #D6BD74: hue angle of 44.69º 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 #D6BD74 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 189 | 116 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.16 |
| HSL | 44.69º | 0.54% | 0.65% | - |
| HSV(B) | 44.69º | 0.46% | 0.84% | - |
| XYZ | 49.08 | 51.95 | 23.96 | - |
| YUV | 188.15 | 87.28 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 116 | 0 | 0.12 | 0.46 | 0.16 | 44.69 | 0.54 | 0.65 |
| Hex | D6 | BD | 74 | 0 | C | 2E | 10 | 2D | 36 | 41 |
| Octal | 326 | 275 | 164 | 0 | 14 | 56 | 20 | 55 | 66 | 101 |
| Binary | 11010110 | 10111101 | 1110100 | 0 | 1100 | 101110 | 10000 | 101101 | 110110 | 1000001 |
Color Harmonies of #D6BD74
Complementary color
Monochromatic Colors of #D6BD74
Black with #D6BD74
Text Example
Text Example
White with #D6BD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BD74; }
p { color: rgb(214,189,116); }
H1.HeaderClassName
{
color: #D6BD74;
}
.AnyTagClassName
{
color: #D6BD74;
}
</style>
background-color css
<style>
a { background-color: #D6BD74; }
a { background-color: rgb(214,189,116); }
div.DivClassName
{
background-color: #D6BD74;
}
.BgClassName
{
background-color: #D6BD74;
}
</style>
border-color css
<style>
span { border-color: #D6BD74; }
span { border-color: rgb(214,189,116); }
td.TdClassName
{
border-color: #D6BD74;
}
.TagClassName
{
border-color: #D6BD74;
}
</style>