Shades of Chenin #D7C46A
Tints of Chenin #D7C46A
RGB
CMYK
RGB Variations
Color information
#D7C46A (or 0xD7C46A) is known color: Chenin. HEX triplet: D7, C4 and 6A. RGB value is (215,196,106). Sum of RGB (Red+Green+Blue) = 215+196+106=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 106 (41.80% from 255 or 20.50% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C46A is #283B95. Grayscale: #BFBFBF. Windows color (decimal): -2636694 or 6997207. OLE color: 6997207.
HSL color Cylindrical-coordinate representation of color #D7C46A: hue angle of 49.54º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D7C46A is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 196 | 106 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.16 |
| HSL | 49.54º | 0.58% | 0.63% | - |
| HSV(B) | 49.54º | 0.51% | 0.84% | - |
| XYZ | 50.37 | 54.97 | 21.59 | - |
| YUV | 191.42 | 79.79 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 196 | 106 | 0 | 0.09 | 0.51 | 0.16 | 49.54 | 0.58 | 0.63 |
| Hex | D7 | C4 | 6A | 0 | 9 | 33 | 10 | 32 | 3A | 3F |
| Octal | 327 | 304 | 152 | 0 | 11 | 63 | 20 | 62 | 72 | 77 |
| Binary | 11010111 | 11000100 | 1101010 | 0 | 1001 | 110011 | 10000 | 110010 | 111010 | 111111 |
Color Harmonies of #D7C46A
Complementary color
Monochromatic Colors of #D7C46A
Black with #D7C46A
Text Example
Text Example
White with #D7C46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C46A; }
p { color: rgb(215,196,106); }
H1.HeaderClassName
{
color: #D7C46A;
}
.AnyTagClassName
{
color: #D7C46A;
}
</style>
background-color css
<style>
a { background-color: #D7C46A; }
a { background-color: rgb(215,196,106); }
div.DivClassName
{
background-color: #D7C46A;
}
.BgClassName
{
background-color: #D7C46A;
}
</style>
border-color css
<style>
span { border-color: #D7C46A; }
span { border-color: rgb(215,196,106); }
td.TdClassName
{
border-color: #D7C46A;
}
.TagClassName
{
border-color: #D7C46A;
}
</style>