Shades of Chenin #D1C76A
Tints of Chenin #D1C76A
RGB
CMYK
RGB Variations
Color information
#D1C76A (or 0xD1C76A) is known color: Chenin. HEX triplet: D1, C7 and 6A. RGB value is (209,199,106). Sum of RGB (Red+Green+Blue) = 209+199+106=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C76A is #2E3895. Grayscale: #BFBFBF. Windows color (decimal): -3029142 or 6997969. OLE color: 6997969.
HSL color Cylindrical-coordinate representation of color #D1C76A: hue angle of 54.17º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1C76A is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 199 | 106 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.18 |
| HSL | 54.17º | 0.53% | 0.62% | - |
| HSV(B) | 54.17º | 0.49% | 0.82% | - |
| XYZ | 49.32 | 55.44 | 21.74 | - |
| YUV | 191.39 | 79.81 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 199 | 106 | 0 | 0.05 | 0.49 | 0.18 | 54.17 | 0.53 | 0.62 |
| Hex | D1 | C7 | 6A | 0 | 5 | 31 | 12 | 36 | 35 | 3E |
| Octal | 321 | 307 | 152 | 0 | 5 | 61 | 22 | 66 | 65 | 76 |
| Binary | 11010001 | 11000111 | 1101010 | 0 | 101 | 110001 | 10010 | 110110 | 110101 | 111110 |
Color Harmonies of #D1C76A
Complementary color
Monochromatic Colors of #D1C76A
Black with #D1C76A
Text Example
Text Example
White with #D1C76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C76A; }
p { color: rgb(209,199,106); }
H1.HeaderClassName
{
color: #D1C76A;
}
.AnyTagClassName
{
color: #D1C76A;
}
</style>
background-color css
<style>
a { background-color: #D1C76A; }
a { background-color: rgb(209,199,106); }
div.DivClassName
{
background-color: #D1C76A;
}
.BgClassName
{
background-color: #D1C76A;
}
</style>
border-color css
<style>
span { border-color: #D1C76A; }
span { border-color: rgb(209,199,106); }
td.TdClassName
{
border-color: #D1C76A;
}
.TagClassName
{
border-color: #D1C76A;
}
</style>