Shades of Chenin #D1BE74
Tints of Chenin #D1BE74
RGB
CMYK
RGB Variations
Color information
#D1BE74 (or 0xD1BE74) is known color: Chenin. HEX triplet: D1, BE and 74. RGB value is (209,190,116). Sum of RGB (Red+Green+Blue) = 209+190+116=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BE74 is #2E418B. Grayscale: #BBBBBB. Windows color (decimal): -3031436 or 7651025. OLE color: 7651025.
HSL color Cylindrical-coordinate representation of color #D1BE74: hue angle of 47.74º 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 #D1BE74 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 116 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.18 |
| HSL | 47.74º | 0.5% | 0.64% | - |
| HSV(B) | 47.74º | 0.44% | 0.82% | - |
| XYZ | 47.86 | 51.64 | 23.97 | - |
| YUV | 187.25 | 87.79 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 116 | 0 | 0.09 | 0.44 | 0.18 | 47.74 | 0.5 | 0.64 |
| Hex | D1 | BE | 74 | 0 | 9 | 2C | 12 | 30 | 32 | 40 |
| Octal | 321 | 276 | 164 | 0 | 11 | 54 | 22 | 60 | 62 | 100 |
| Binary | 11010001 | 10111110 | 1110100 | 0 | 1001 | 101100 | 10010 | 110000 | 110010 | 1000000 |
Color Harmonies of #D1BE74
Complementary color
Monochromatic Colors of #D1BE74
Black with #D1BE74
Text Example
Text Example
White with #D1BE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE74; }
p { color: rgb(209,190,116); }
H1.HeaderClassName
{
color: #D1BE74;
}
.AnyTagClassName
{
color: #D1BE74;
}
</style>
background-color css
<style>
a { background-color: #D1BE74; }
a { background-color: rgb(209,190,116); }
div.DivClassName
{
background-color: #D1BE74;
}
.BgClassName
{
background-color: #D1BE74;
}
</style>
border-color css
<style>
span { border-color: #D1BE74; }
span { border-color: rgb(209,190,116); }
td.TdClassName
{
border-color: #D1BE74;
}
.TagClassName
{
border-color: #D1BE74;
}
</style>