Shades of Chenin #D4BF74
Tints of Chenin #D4BF74
RGB
CMYK
RGB Variations
Color information
#D4BF74 (or 0xD4BF74) is known color: Chenin. HEX triplet: D4, BF and 74. RGB value is (212,191,116). Sum of RGB (Red+Green+Blue) = 212+191+116=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BF74 is #2B408B. Grayscale: #BDBDBD. Windows color (decimal): -2834572 or 7651284. OLE color: 7651284.
HSL color Cylindrical-coordinate representation of color #D4BF74: hue angle of 46.88º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4BF74 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 191 | 116 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.17 |
| HSL | 46.88º | 0.53% | 0.64% | - |
| HSV(B) | 46.88º | 0.45% | 0.83% | - |
| XYZ | 48.93 | 52.52 | 24.08 | - |
| YUV | 188.73 | 86.96 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 191 | 116 | 0 | 0.10 | 0.45 | 0.17 | 46.88 | 0.53 | 0.64 |
| Hex | D4 | BF | 74 | 0 | A | 2D | 11 | 2F | 35 | 40 |
| Octal | 324 | 277 | 164 | 0 | 12 | 55 | 21 | 57 | 65 | 100 |
| Binary | 11010100 | 10111111 | 1110100 | 0 | 1010 | 101101 | 10001 | 101111 | 110101 | 1000000 |
Color Harmonies of #D4BF74
Complementary color
Monochromatic Colors of #D4BF74
Black with #D4BF74
Text Example
Text Example
White with #D4BF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BF74; }
p { color: rgb(212,191,116); }
H1.HeaderClassName
{
color: #D4BF74;
}
.AnyTagClassName
{
color: #D4BF74;
}
</style>
background-color css
<style>
a { background-color: #D4BF74; }
a { background-color: rgb(212,191,116); }
div.DivClassName
{
background-color: #D4BF74;
}
.BgClassName
{
background-color: #D4BF74;
}
</style>
border-color css
<style>
span { border-color: #D4BF74; }
span { border-color: rgb(212,191,116); }
td.TdClassName
{
border-color: #D4BF74;
}
.TagClassName
{
border-color: #D4BF74;
}
</style>