Shades of Chenin #D0BF70
Tints of Chenin #D0BF70
RGB
CMYK
RGB Variations
Color information
#D0BF70 (or 0xD0BF70) is known color: Chenin. HEX triplet: D0, BF and 70. RGB value is (208,191,112). Sum of RGB (Red+Green+Blue) = 208+191+112=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BF70 is #2F408F. Grayscale: #BBBBBB. Windows color (decimal): -3096720 or 7389136. OLE color: 7389136.
HSL color Cylindrical-coordinate representation of color #D0BF70: hue angle of 49.38º degrees, saturation: 0.51, 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 #D0BF70 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 112 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.18 |
| HSL | 49.38º | 0.51% | 0.63% | - |
| HSV(B) | 49.38º | 0.46% | 0.82% | - |
| XYZ | 47.57 | 51.84 | 22.83 | - |
| YUV | 187.08 | 85.63 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 112 | 0 | 0.08 | 0.46 | 0.18 | 49.38 | 0.51 | 0.63 |
| Hex | D0 | BF | 70 | 0 | 8 | 2E | 12 | 31 | 33 | 3F |
| Octal | 320 | 277 | 160 | 0 | 10 | 56 | 22 | 61 | 63 | 77 |
| Binary | 11010000 | 10111111 | 1110000 | 0 | 1000 | 101110 | 10010 | 110001 | 110011 | 111111 |
Color Harmonies of #D0BF70
Complementary color
Monochromatic Colors of #D0BF70
Black with #D0BF70
Text Example
Text Example
White with #D0BF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BF70; }
p { color: rgb(208,191,112); }
H1.HeaderClassName
{
color: #D0BF70;
}
.AnyTagClassName
{
color: #D0BF70;
}
</style>
background-color css
<style>
a { background-color: #D0BF70; }
a { background-color: rgb(208,191,112); }
div.DivClassName
{
background-color: #D0BF70;
}
.BgClassName
{
background-color: #D0BF70;
}
</style>
border-color css
<style>
span { border-color: #D0BF70; }
span { border-color: rgb(208,191,112); }
td.TdClassName
{
border-color: #D0BF70;
}
.TagClassName
{
border-color: #D0BF70;
}
</style>