Shades of Chenin #D5BC74
Tints of Chenin #D5BC74
RGB
CMYK
RGB Variations
Color information
#D5BC74 (or 0xD5BC74) is known color: Chenin. HEX triplet: D5, BC and 74. RGB value is (213,188,116). Sum of RGB (Red+Green+Blue) = 213+188+116=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 116 (45.70% from 255 or 22.44% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BC74 is #2A438B. Grayscale: #BBBBBB. Windows color (decimal): -2769804 or 7650517. OLE color: 7650517.
HSL color Cylindrical-coordinate representation of color #D5BC74: hue angle of 44.54º 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 #D5BC74 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 116 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.16 |
| HSL | 44.54º | 0.54% | 0.65% | - |
| HSV(B) | 44.54º | 0.46% | 0.84% | - |
| XYZ | 48.58 | 51.37 | 23.88 | - |
| YUV | 187.27 | 87.78 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 116 | 0 | 0.12 | 0.46 | 0.16 | 44.54 | 0.54 | 0.65 |
| Hex | D5 | BC | 74 | 0 | C | 2E | 10 | 2D | 36 | 41 |
| Octal | 325 | 274 | 164 | 0 | 14 | 56 | 20 | 55 | 66 | 101 |
| Binary | 11010101 | 10111100 | 1110100 | 0 | 1100 | 101110 | 10000 | 101101 | 110110 | 1000001 |
Color Harmonies of #D5BC74
Complementary color
Monochromatic Colors of #D5BC74
Black with #D5BC74
Text Example
Text Example
White with #D5BC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC74; }
p { color: rgb(213,188,116); }
H1.HeaderClassName
{
color: #D5BC74;
}
.AnyTagClassName
{
color: #D5BC74;
}
</style>
background-color css
<style>
a { background-color: #D5BC74; }
a { background-color: rgb(213,188,116); }
div.DivClassName
{
background-color: #D5BC74;
}
.BgClassName
{
background-color: #D5BC74;
}
</style>
border-color css
<style>
span { border-color: #D5BC74; }
span { border-color: rgb(213,188,116); }
td.TdClassName
{
border-color: #D5BC74;
}
.TagClassName
{
border-color: #D5BC74;
}
</style>