Shades of Chenin #D1BF72
Tints of Chenin #D1BF72
RGB
CMYK
RGB Variations
Color information
#D1BF72 (or 0xD1BF72) is known color: Chenin. HEX triplet: D1, BF and 72. RGB value is (209,191,114). Sum of RGB (Red+Green+Blue) = 209+191+114=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BF72 is #2E408D. Grayscale: #BBBBBB. Windows color (decimal): -3031182 or 7520209. OLE color: 7520209.
HSL color Cylindrical-coordinate representation of color #D1BF72: hue angle of 48.63º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1BF72 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 114 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.18 |
| HSL | 48.63º | 0.51% | 0.63% | - |
| HSV(B) | 48.63º | 0.45% | 0.82% | - |
| XYZ | 47.96 | 52.03 | 23.43 | - |
| YUV | 187.6 | 86.46 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 114 | 0 | 0.09 | 0.45 | 0.18 | 48.63 | 0.51 | 0.63 |
| Hex | D1 | BF | 72 | 0 | 9 | 2D | 12 | 31 | 33 | 3F |
| Octal | 321 | 277 | 162 | 0 | 11 | 55 | 22 | 61 | 63 | 77 |
| Binary | 11010001 | 10111111 | 1110010 | 0 | 1001 | 101101 | 10010 | 110001 | 110011 | 111111 |
Color Harmonies of #D1BF72
Complementary color
Monochromatic Colors of #D1BF72
Black with #D1BF72
Text Example
Text Example
White with #D1BF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BF72; }
p { color: rgb(209,191,114); }
H1.HeaderClassName
{
color: #D1BF72;
}
.AnyTagClassName
{
color: #D1BF72;
}
</style>
background-color css
<style>
a { background-color: #D1BF72; }
a { background-color: rgb(209,191,114); }
div.DivClassName
{
background-color: #D1BF72;
}
.BgClassName
{
background-color: #D1BF72;
}
</style>
border-color css
<style>
span { border-color: #D1BF72; }
span { border-color: rgb(209,191,114); }
td.TdClassName
{
border-color: #D1BF72;
}
.TagClassName
{
border-color: #D1BF72;
}
</style>