Shades of Chenin #D1BE70
Tints of Chenin #D1BE70
RGB
CMYK
RGB Variations
Color information
#D1BE70 (or 0xD1BE70) is known color: Chenin. HEX triplet: D1, BE and 70. RGB value is (209,190,112). Sum of RGB (Red+Green+Blue) = 209+190+112=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BE70 is #2E418F. Grayscale: #BBBBBB. Windows color (decimal): -3031440 or 7388881. OLE color: 7388881.
HSL color Cylindrical-coordinate representation of color #D1BE70: hue angle of 48.25º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1BE70 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 112 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.18 |
| HSL | 48.25º | 0.51% | 0.63% | - |
| HSV(B) | 48.25º | 0.46% | 0.82% | - |
| XYZ | 47.63 | 51.55 | 22.77 | - |
| YUV | 186.79 | 85.79 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 112 | 0 | 0.09 | 0.46 | 0.18 | 48.25 | 0.51 | 0.63 |
| Hex | D1 | BE | 70 | 0 | 9 | 2E | 12 | 30 | 33 | 3F |
| Octal | 321 | 276 | 160 | 0 | 11 | 56 | 22 | 60 | 63 | 77 |
| Binary | 11010001 | 10111110 | 1110000 | 0 | 1001 | 101110 | 10010 | 110000 | 110011 | 111111 |
Color Harmonies of #D1BE70
Complementary color
Monochromatic Colors of #D1BE70
Black with #D1BE70
Text Example
Text Example
White with #D1BE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE70; }
p { color: rgb(209,190,112); }
H1.HeaderClassName
{
color: #D1BE70;
}
.AnyTagClassName
{
color: #D1BE70;
}
</style>
background-color css
<style>
a { background-color: #D1BE70; }
a { background-color: rgb(209,190,112); }
div.DivClassName
{
background-color: #D1BE70;
}
.BgClassName
{
background-color: #D1BE70;
}
</style>
border-color css
<style>
span { border-color: #D1BE70; }
span { border-color: rgb(209,190,112); }
td.TdClassName
{
border-color: #D1BE70;
}
.TagClassName
{
border-color: #D1BE70;
}
</style>