Shades of Chenin #D2BF76
Tints of Chenin #D2BF76
RGB
CMYK
RGB Variations
Color information
#D2BF76 (or 0xD2BF76) is known color: Chenin. HEX triplet: D2, BF and 76. RGB value is (210,191,118). Sum of RGB (Red+Green+Blue) = 210+191+118=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BF76 is #2D4089. Grayscale: #BCBCBC. Windows color (decimal): -2965642 or 7782354. OLE color: 7782354.
HSL color Cylindrical-coordinate representation of color #D2BF76: hue angle of 47.61º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2BF76 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 118 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.18 |
| HSL | 47.61º | 0.51% | 0.64% | - |
| HSV(B) | 47.61º | 0.44% | 0.82% | - |
| XYZ | 48.48 | 52.27 | 24.67 | - |
| YUV | 188.36 | 88.29 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 118 | 0 | 0.09 | 0.44 | 0.18 | 47.61 | 0.51 | 0.64 |
| Hex | D2 | BF | 76 | 0 | 9 | 2C | 12 | 30 | 33 | 40 |
| Octal | 322 | 277 | 166 | 0 | 11 | 54 | 22 | 60 | 63 | 100 |
| Binary | 11010010 | 10111111 | 1110110 | 0 | 1001 | 101100 | 10010 | 110000 | 110011 | 1000000 |
Color Harmonies of #D2BF76
Complementary color
Monochromatic Colors of #D2BF76
Black with #D2BF76
Text Example
Text Example
White with #D2BF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BF76; }
p { color: rgb(210,191,118); }
H1.HeaderClassName
{
color: #D2BF76;
}
.AnyTagClassName
{
color: #D2BF76;
}
</style>
background-color css
<style>
a { background-color: #D2BF76; }
a { background-color: rgb(210,191,118); }
div.DivClassName
{
background-color: #D2BF76;
}
.BgClassName
{
background-color: #D2BF76;
}
</style>
border-color css
<style>
span { border-color: #D2BF76; }
span { border-color: rgb(210,191,118); }
td.TdClassName
{
border-color: #D2BF76;
}
.TagClassName
{
border-color: #D2BF76;
}
</style>