Shades of Chenin #D4BC74
Tints of Chenin #D4BC74
RGB
CMYK
RGB Variations
Color information
#D4BC74 (or 0xD4BC74) is known color: Chenin. HEX triplet: D4, BC and 74. RGB value is (212,188,116). Sum of RGB (Red+Green+Blue) = 212+188+116=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 116 (45.70% from 255 or 22.48% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BC74 is #2B438B. Grayscale: #BBBBBB. Windows color (decimal): -2835340 or 7650516. OLE color: 7650516.
HSL color Cylindrical-coordinate representation of color #D4BC74: hue angle of 45º 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 #D4BC74 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 116 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.17 |
| HSL | 45º | 0.53% | 0.64% | - |
| HSV(B) | 45º | 0.45% | 0.83% | - |
| XYZ | 48.29 | 51.22 | 23.87 | - |
| YUV | 186.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 116 | 0 | 0.11 | 0.45 | 0.17 | 45 | 0.53 | 0.64 |
| Hex | D4 | BC | 74 | 0 | B | 2D | 11 | 2D | 35 | 40 |
| Octal | 324 | 274 | 164 | 0 | 13 | 55 | 21 | 55 | 65 | 100 |
| Binary | 11010100 | 10111100 | 1110100 | 0 | 1011 | 101101 | 10001 | 101101 | 110101 | 1000000 |
Color Harmonies of #D4BC74
Complementary color
Monochromatic Colors of #D4BC74
Black with #D4BC74
Text Example
Text Example
White with #D4BC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BC74; }
p { color: rgb(212,188,116); }
H1.HeaderClassName
{
color: #D4BC74;
}
.AnyTagClassName
{
color: #D4BC74;
}
</style>
background-color css
<style>
a { background-color: #D4BC74; }
a { background-color: rgb(212,188,116); }
div.DivClassName
{
background-color: #D4BC74;
}
.BgClassName
{
background-color: #D4BC74;
}
</style>
border-color css
<style>
span { border-color: #D4BC74; }
span { border-color: rgb(212,188,116); }
td.TdClassName
{
border-color: #D4BC74;
}
.TagClassName
{
border-color: #D4BC74;
}
</style>