Shades of Chenin #D2BD76
Tints of Chenin #D2BD76
RGB
CMYK
RGB Variations
Color information
#D2BD76 (or 0xD2BD76) is known color: Chenin. HEX triplet: D2, BD and 76. RGB value is (210,189,118). Sum of RGB (Red+Green+Blue) = 210+189+118=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 118 (46.48% from 255 or 22.82% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BD76 is #2D4289. Grayscale: #BBBBBB. Windows color (decimal): -2966154 or 7781842. OLE color: 7781842.
HSL color Cylindrical-coordinate representation of color #D2BD76: hue angle of 46.3º 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 #D2BD76 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 118 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.18 |
| HSL | 46.3º | 0.51% | 0.64% | - |
| HSV(B) | 46.3º | 0.44% | 0.82% | - |
| XYZ | 48.05 | 51.4 | 24.53 | - |
| YUV | 187.19 | 88.96 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 118 | 0 | 0.10 | 0.44 | 0.18 | 46.3 | 0.51 | 0.64 |
| Hex | D2 | BD | 76 | 0 | A | 2C | 12 | 2E | 33 | 40 |
| Octal | 322 | 275 | 166 | 0 | 12 | 54 | 22 | 56 | 63 | 100 |
| Binary | 11010010 | 10111101 | 1110110 | 0 | 1010 | 101100 | 10010 | 101110 | 110011 | 1000000 |
Color Harmonies of #D2BD76
Complementary color
Monochromatic Colors of #D2BD76
Black with #D2BD76
Text Example
Text Example
White with #D2BD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BD76; }
p { color: rgb(210,189,118); }
H1.HeaderClassName
{
color: #D2BD76;
}
.AnyTagClassName
{
color: #D2BD76;
}
</style>
background-color css
<style>
a { background-color: #D2BD76; }
a { background-color: rgb(210,189,118); }
div.DivClassName
{
background-color: #D2BD76;
}
.BgClassName
{
background-color: #D2BD76;
}
</style>
border-color css
<style>
span { border-color: #D2BD76; }
span { border-color: rgb(210,189,118); }
td.TdClassName
{
border-color: #D2BD76;
}
.TagClassName
{
border-color: #D2BD76;
}
</style>