Shades of Chenin #D1BF74
Tints of Chenin #D1BF74
RGB
CMYK
RGB Variations
Color information
#D1BF74 (or 0xD1BF74) is known color: Chenin. HEX triplet: D1, BF and 74. RGB value is (209,191,116). Sum of RGB (Red+Green+Blue) = 209+191+116=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 116 (45.70% from 255 or 22.48% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BF74 is #2E408B. Grayscale: #BCBCBC. Windows color (decimal): -3031180 or 7651281. OLE color: 7651281.
HSL color Cylindrical-coordinate representation of color #D1BF74: hue angle of 48.39º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1BF74 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 116 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.18 |
| HSL | 48.39º | 0.5% | 0.64% | - |
| HSV(B) | 48.39º | 0.44% | 0.82% | - |
| XYZ | 48.08 | 52.08 | 24.04 | - |
| YUV | 187.83 | 87.46 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 116 | 0 | 0.09 | 0.44 | 0.18 | 48.39 | 0.5 | 0.64 |
| Hex | D1 | BF | 74 | 0 | 9 | 2C | 12 | 30 | 32 | 40 |
| Octal | 321 | 277 | 164 | 0 | 11 | 54 | 22 | 60 | 62 | 100 |
| Binary | 11010001 | 10111111 | 1110100 | 0 | 1001 | 101100 | 10010 | 110000 | 110010 | 1000000 |
Color Harmonies of #D1BF74
Complementary color
Monochromatic Colors of #D1BF74
Black with #D1BF74
Text Example
Text Example
White with #D1BF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BF74; }
p { color: rgb(209,191,116); }
H1.HeaderClassName
{
color: #D1BF74;
}
.AnyTagClassName
{
color: #D1BF74;
}
</style>
background-color css
<style>
a { background-color: #D1BF74; }
a { background-color: rgb(209,191,116); }
div.DivClassName
{
background-color: #D1BF74;
}
.BgClassName
{
background-color: #D1BF74;
}
</style>
border-color css
<style>
span { border-color: #D1BF74; }
span { border-color: rgb(209,191,116); }
td.TdClassName
{
border-color: #D1BF74;
}
.TagClassName
{
border-color: #D1BF74;
}
</style>