Shades of Chenin #D3BF70
Tints of Chenin #D3BF70
RGB
CMYK
RGB Variations
Color information
#D3BF70 (or 0xD3BF70) is known color: Chenin. HEX triplet: D3, BF and 70. RGB value is (211,191,112). Sum of RGB (Red+Green+Blue) = 211+191+112=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3BF70 is #2C408F. Grayscale: #BCBCBC. Windows color (decimal): -2900112 or 7389139. OLE color: 7389139.
HSL color Cylindrical-coordinate representation of color #D3BF70: hue angle of 47.88º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D3BF70 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 191 | 112 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.17 |
| HSL | 47.88º | 0.53% | 0.63% | - |
| HSV(B) | 47.88º | 0.47% | 0.83% | - |
| XYZ | 48.42 | 52.28 | 22.87 | - |
| YUV | 187.97 | 85.13 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 191 | 112 | 0 | 0.09 | 0.47 | 0.17 | 47.88 | 0.53 | 0.63 |
| Hex | D3 | BF | 70 | 0 | 9 | 2F | 11 | 30 | 35 | 3F |
| Octal | 323 | 277 | 160 | 0 | 11 | 57 | 21 | 60 | 65 | 77 |
| Binary | 11010011 | 10111111 | 1110000 | 0 | 1001 | 101111 | 10001 | 110000 | 110101 | 111111 |
Color Harmonies of #D3BF70
Complementary color
Monochromatic Colors of #D3BF70
Black with #D3BF70
Text Example
Text Example
White with #D3BF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BF70; }
p { color: rgb(211,191,112); }
H1.HeaderClassName
{
color: #D3BF70;
}
.AnyTagClassName
{
color: #D3BF70;
}
</style>
background-color css
<style>
a { background-color: #D3BF70; }
a { background-color: rgb(211,191,112); }
div.DivClassName
{
background-color: #D3BF70;
}
.BgClassName
{
background-color: #D3BF70;
}
</style>
border-color css
<style>
span { border-color: #D3BF70; }
span { border-color: rgb(211,191,112); }
td.TdClassName
{
border-color: #D3BF70;
}
.TagClassName
{
border-color: #D3BF70;
}
</style>