Shades of Chenin #D3BE6D
Tints of Chenin #D3BE6D
RGB
CMYK
RGB Variations
Color information
#D3BE6D (or 0xD3BE6D) is known color: Chenin. HEX triplet: D3, BE and 6D. RGB value is (211,190,109). Sum of RGB (Red+Green+Blue) = 211+190+109=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 109 (42.97% from 255 or 21.37% from 510); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3BE6D is #2C4192. Grayscale: #BBBBBB. Windows color (decimal): -2900371 or 7192275. OLE color: 7192275.
HSL color Cylindrical-coordinate representation of color #D3BE6D: hue angle of 47.65º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D3BE6D is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 190 | 109 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.17 |
| HSL | 47.65º | 0.54% | 0.63% | - |
| HSV(B) | 47.65º | 0.48% | 0.83% | - |
| XYZ | 48.04 | 51.78 | 21.93 | - |
| YUV | 187.05 | 83.96 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 190 | 109 | 0 | 0.10 | 0.48 | 0.17 | 47.65 | 0.54 | 0.63 |
| Hex | D3 | BE | 6D | 0 | A | 30 | 11 | 30 | 36 | 3F |
| Octal | 323 | 276 | 155 | 0 | 12 | 60 | 21 | 60 | 66 | 77 |
| Binary | 11010011 | 10111110 | 1101101 | 0 | 1010 | 110000 | 10001 | 110000 | 110110 | 111111 |
Color Harmonies of #D3BE6D
Complementary color
Monochromatic Colors of #D3BE6D
Black with #D3BE6D
Text Example
Text Example
White with #D3BE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BE6D; }
p { color: rgb(211,190,109); }
H1.HeaderClassName
{
color: #D3BE6D;
}
.AnyTagClassName
{
color: #D3BE6D;
}
</style>
background-color css
<style>
a { background-color: #D3BE6D; }
a { background-color: rgb(211,190,109); }
div.DivClassName
{
background-color: #D3BE6D;
}
.BgClassName
{
background-color: #D3BE6D;
}
</style>
border-color css
<style>
span { border-color: #D3BE6D; }
span { border-color: rgb(211,190,109); }
td.TdClassName
{
border-color: #D3BE6D;
}
.TagClassName
{
border-color: #D3BE6D;
}
</style>