Shades of Chenin #D0BF71
Tints of Chenin #D0BF71
RGB
CMYK
RGB Variations
Color information
#D0BF71 (or 0xD0BF71) is known color: Chenin. HEX triplet: D0, BF and 71. RGB value is (208,191,113). Sum of RGB (Red+Green+Blue) = 208+191+113=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BF71 is #2F408E. Grayscale: #BBBBBB. Windows color (decimal): -3096719 or 7454672. OLE color: 7454672.
HSL color Cylindrical-coordinate representation of color #D0BF71: hue angle of 49.26º degrees, saturation: 0.5, 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 #D0BF71 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 113 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.18 |
| HSL | 49.26º | 0.5% | 0.63% | - |
| HSV(B) | 49.26º | 0.46% | 0.82% | - |
| XYZ | 47.62 | 51.86 | 23.12 | - |
| YUV | 187.19 | 86.13 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 113 | 0 | 0.08 | 0.46 | 0.18 | 49.26 | 0.5 | 0.63 |
| Hex | D0 | BF | 71 | 0 | 8 | 2E | 12 | 31 | 32 | 3F |
| Octal | 320 | 277 | 161 | 0 | 10 | 56 | 22 | 61 | 62 | 77 |
| Binary | 11010000 | 10111111 | 1110001 | 0 | 1000 | 101110 | 10010 | 110001 | 110010 | 111111 |
Color Harmonies of #D0BF71
Complementary color
Monochromatic Colors of #D0BF71
Black with #D0BF71
Text Example
Text Example
White with #D0BF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF71; }
p { color: rgb(208,191,113); }
H1.HeaderClassName
{
color: #D0BF71;
}
.AnyTagClassName
{
color: #D0BF71;
}
</style>
background-color css
<style>
a { background-color: #D0BF71; }
a { background-color: rgb(208,191,113); }
div.DivClassName
{
background-color: #D0BF71;
}
.BgClassName
{
background-color: #D0BF71;
}
</style>
border-color css
<style>
span { border-color: #D0BF71; }
span { border-color: rgb(208,191,113); }
td.TdClassName
{
border-color: #D0BF71;
}
.TagClassName
{
border-color: #D0BF71;
}
</style>