Shades of Chenin #D7BE6A
Tints of Chenin #D7BE6A
RGB
CMYK
RGB Variations
Color information
#D7BE6A (or 0xD7BE6A) is known color: Chenin. HEX triplet: D7, BE and 6A. RGB value is (215,190,106). Sum of RGB (Red+Green+Blue) = 215+190+106=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 106 (41.80% from 255 or 20.74% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BE6A is #284195. Grayscale: #BCBCBC. Windows color (decimal): -2638230 or 6995671. OLE color: 6995671.
HSL color Cylindrical-coordinate representation of color #D7BE6A: hue angle of 46.24º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D7BE6A is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 190 | 106 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.16 |
| HSL | 46.24º | 0.58% | 0.63% | - |
| HSV(B) | 46.24º | 0.51% | 0.84% | - |
| XYZ | 49.04 | 52.31 | 21.15 | - |
| YUV | 187.9 | 81.78 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 190 | 106 | 0 | 0.12 | 0.51 | 0.16 | 46.24 | 0.58 | 0.63 |
| Hex | D7 | BE | 6A | 0 | C | 33 | 10 | 2E | 3A | 3F |
| Octal | 327 | 276 | 152 | 0 | 14 | 63 | 20 | 56 | 72 | 77 |
| Binary | 11010111 | 10111110 | 1101010 | 0 | 1100 | 110011 | 10000 | 101110 | 111010 | 111111 |
Color Harmonies of #D7BE6A
Complementary color
Monochromatic Colors of #D7BE6A
Black with #D7BE6A
Text Example
Text Example
White with #D7BE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BE6A; }
p { color: rgb(215,190,106); }
H1.HeaderClassName
{
color: #D7BE6A;
}
.AnyTagClassName
{
color: #D7BE6A;
}
</style>
background-color css
<style>
a { background-color: #D7BE6A; }
a { background-color: rgb(215,190,106); }
div.DivClassName
{
background-color: #D7BE6A;
}
.BgClassName
{
background-color: #D7BE6A;
}
</style>
border-color css
<style>
span { border-color: #D7BE6A; }
span { border-color: rgb(215,190,106); }
td.TdClassName
{
border-color: #D7BE6A;
}
.TagClassName
{
border-color: #D7BE6A;
}
</style>