Shades of Chenin #D9BC76
Tints of Chenin #D9BC76
RGB
CMYK
RGB Variations
Color information
#D9BC76 (or 0xD9BC76) is known color: Chenin. HEX triplet: D9, BC and 76. RGB value is (217,188,118). Sum of RGB (Red+Green+Blue) = 217+188+118=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 118 (46.48% from 255 or 22.56% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BC76 is #264389. Grayscale: #BCBCBC. Windows color (decimal): -2507658 or 7781593. OLE color: 7781593.
HSL color Cylindrical-coordinate representation of color #D9BC76: hue angle of 42.42º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D9BC76 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 118 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.15 |
| HSL | 42.42º | 0.57% | 0.66% | - |
| HSV(B) | 42.42º | 0.46% | 0.85% | - |
| XYZ | 49.87 | 52.03 | 24.55 | - |
| YUV | 188.69 | 88.11 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 118 | 0 | 0.13 | 0.46 | 0.15 | 42.42 | 0.57 | 0.66 |
| Hex | D9 | BC | 76 | 0 | D | 2E | F | 2A | 39 | 42 |
| Octal | 331 | 274 | 166 | 0 | 15 | 56 | 17 | 52 | 71 | 102 |
| Binary | 11011001 | 10111100 | 1110110 | 0 | 1101 | 101110 | 1111 | 101010 | 111001 | 1000010 |
Color Harmonies of #D9BC76
Complementary color
Monochromatic Colors of #D9BC76
Black with #D9BC76
Text Example
Text Example
White with #D9BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC76; }
p { color: rgb(217,188,118); }
H1.HeaderClassName
{
color: #D9BC76;
}
.AnyTagClassName
{
color: #D9BC76;
}
</style>
background-color css
<style>
a { background-color: #D9BC76; }
a { background-color: rgb(217,188,118); }
div.DivClassName
{
background-color: #D9BC76;
}
.BgClassName
{
background-color: #D9BC76;
}
</style>
border-color css
<style>
span { border-color: #D9BC76; }
span { border-color: rgb(217,188,118); }
td.TdClassName
{
border-color: #D9BC76;
}
.TagClassName
{
border-color: #D9BC76;
}
</style>