Shades of Chenin #D5BF70
Tints of Chenin #D5BF70
RGB
CMYK
RGB Variations
Color information
#D5BF70 (or 0xD5BF70) is known color: Chenin. HEX triplet: D5, BF and 70. RGB value is (213,191,112). Sum of RGB (Red+Green+Blue) = 213+191+112=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BF70 is #2A408F. Grayscale: #BCBCBC. Windows color (decimal): -2769040 or 7389141. OLE color: 7389141.
HSL color Cylindrical-coordinate representation of color #D5BF70: hue angle of 46.93º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5BF70 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 191 | 112 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.16 |
| HSL | 46.93º | 0.55% | 0.64% | - |
| HSV(B) | 46.93º | 0.47% | 0.84% | - |
| XYZ | 49 | 52.58 | 22.9 | - |
| YUV | 188.57 | 84.79 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 112 | 0 | 0.10 | 0.47 | 0.16 | 46.93 | 0.55 | 0.64 |
| Hex | D5 | BF | 70 | 0 | A | 2F | 10 | 2F | 37 | 40 |
| Octal | 325 | 277 | 160 | 0 | 12 | 57 | 20 | 57 | 67 | 100 |
| Binary | 11010101 | 10111111 | 1110000 | 0 | 1010 | 101111 | 10000 | 101111 | 110111 | 1000000 |
Color Harmonies of #D5BF70
Complementary color
Monochromatic Colors of #D5BF70
Black with #D5BF70
Text Example
Text Example
White with #D5BF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BF70; }
p { color: rgb(213,191,112); }
H1.HeaderClassName
{
color: #D5BF70;
}
.AnyTagClassName
{
color: #D5BF70;
}
</style>
background-color css
<style>
a { background-color: #D5BF70; }
a { background-color: rgb(213,191,112); }
div.DivClassName
{
background-color: #D5BF70;
}
.BgClassName
{
background-color: #D5BF70;
}
</style>
border-color css
<style>
span { border-color: #D5BF70; }
span { border-color: rgb(213,191,112); }
td.TdClassName
{
border-color: #D5BF70;
}
.TagClassName
{
border-color: #D5BF70;
}
</style>