Shades of Chenin #D0BE71
Tints of Chenin #D0BE71
RGB
CMYK
RGB Variations
Color information
#D0BE71 (or 0xD0BE71) is known color: Chenin. HEX triplet: D0, BE and 71. RGB value is (208,190,113). Sum of RGB (Red+Green+Blue) = 208+190+113=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BE71 is #2F418E. Grayscale: #BABABA. Windows color (decimal): -3096975 or 7454416. OLE color: 7454416.
HSL color Cylindrical-coordinate representation of color #D0BE71: hue angle of 48.63º 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 #D0BE71 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 113 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.18 |
| HSL | 48.63º | 0.5% | 0.63% | - |
| HSV(B) | 48.63º | 0.46% | 0.82% | - |
| XYZ | 47.41 | 51.43 | 23.05 | - |
| YUV | 186.6 | 86.46 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 113 | 0 | 0.09 | 0.46 | 0.18 | 48.63 | 0.5 | 0.63 |
| Hex | D0 | BE | 71 | 0 | 9 | 2E | 12 | 31 | 32 | 3F |
| Octal | 320 | 276 | 161 | 0 | 11 | 56 | 22 | 61 | 62 | 77 |
| Binary | 11010000 | 10111110 | 1110001 | 0 | 1001 | 101110 | 10010 | 110001 | 110010 | 111111 |
Color Harmonies of #D0BE71
Complementary color
Monochromatic Colors of #D0BE71
Black with #D0BE71
Text Example
Text Example
White with #D0BE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE71; }
p { color: rgb(208,190,113); }
H1.HeaderClassName
{
color: #D0BE71;
}
.AnyTagClassName
{
color: #D0BE71;
}
</style>
background-color css
<style>
a { background-color: #D0BE71; }
a { background-color: rgb(208,190,113); }
div.DivClassName
{
background-color: #D0BE71;
}
.BgClassName
{
background-color: #D0BE71;
}
</style>
border-color css
<style>
span { border-color: #D0BE71; }
span { border-color: rgb(208,190,113); }
td.TdClassName
{
border-color: #D0BE71;
}
.TagClassName
{
border-color: #D0BE71;
}
</style>