Shades of Chenin #D3C76A
Tints of Chenin #D3C76A
RGB
CMYK
RGB Variations
Color information
#D3C76A (or 0xD3C76A) is known color: Chenin. HEX triplet: D3, C7 and 6A. RGB value is (211,199,106). Sum of RGB (Red+Green+Blue) = 211+199+106=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 106 (41.80% from 255 or 20.54% from 516); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C76A is #2C3895. Grayscale: #C0C0C0. Windows color (decimal): -2898070 or 6997971. OLE color: 6997971.
HSL color Cylindrical-coordinate representation of color #D3C76A: hue angle of 53.14º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D3C76A is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 199 | 106 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.17 |
| HSL | 53.14º | 0.54% | 0.62% | - |
| HSV(B) | 53.14º | 0.5% | 0.83% | - |
| XYZ | 49.89 | 55.74 | 21.76 | - |
| YUV | 191.99 | 79.48 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 199 | 106 | 0 | 0.06 | 0.50 | 0.17 | 53.14 | 0.54 | 0.62 |
| Hex | D3 | C7 | 6A | 0 | 6 | 32 | 11 | 35 | 36 | 3E |
| Octal | 323 | 307 | 152 | 0 | 6 | 62 | 21 | 65 | 66 | 76 |
| Binary | 11010011 | 11000111 | 1101010 | 0 | 110 | 110010 | 10001 | 110101 | 110110 | 111110 |
Color Harmonies of #D3C76A
Complementary color
Monochromatic Colors of #D3C76A
Black with #D3C76A
Text Example
Text Example
White with #D3C76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C76A; }
p { color: rgb(211,199,106); }
H1.HeaderClassName
{
color: #D3C76A;
}
.AnyTagClassName
{
color: #D3C76A;
}
</style>
background-color css
<style>
a { background-color: #D3C76A; }
a { background-color: rgb(211,199,106); }
div.DivClassName
{
background-color: #D3C76A;
}
.BgClassName
{
background-color: #D3C76A;
}
</style>
border-color css
<style>
span { border-color: #D3C76A; }
span { border-color: rgb(211,199,106); }
td.TdClassName
{
border-color: #D3C76A;
}
.TagClassName
{
border-color: #D3C76A;
}
</style>