Shades of Chenin #D7C471
Tints of Chenin #D7C471
RGB
CMYK
RGB Variations
Color information
#D7C471 (or 0xD7C471) is known color: Chenin. HEX triplet: D7, C4 and 71. RGB value is (215,196,113). Sum of RGB (Red+Green+Blue) = 215+196+113=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C471 is #283B8E. Grayscale: #C0C0C0. Windows color (decimal): -2636687 or 7455959. OLE color: 7455959.
HSL color Cylindrical-coordinate representation of color #D7C471: hue angle of 48.82º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D7C471 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 196 | 113 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.16 |
| HSL | 48.82º | 0.56% | 0.64% | - |
| HSV(B) | 48.82º | 0.47% | 0.84% | - |
| XYZ | 50.74 | 55.12 | 23.59 | - |
| YUV | 192.22 | 83.29 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 196 | 113 | 0 | 0.09 | 0.47 | 0.16 | 48.82 | 0.56 | 0.64 |
| Hex | D7 | C4 | 71 | 0 | 9 | 2F | 10 | 31 | 38 | 40 |
| Octal | 327 | 304 | 161 | 0 | 11 | 57 | 20 | 61 | 70 | 100 |
| Binary | 11010111 | 11000100 | 1110001 | 0 | 1001 | 101111 | 10000 | 110001 | 111000 | 1000000 |
Color Harmonies of #D7C471
Complementary color
Monochromatic Colors of #D7C471
Black with #D7C471
Text Example
Text Example
White with #D7C471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C471; }
p { color: rgb(215,196,113); }
H1.HeaderClassName
{
color: #D7C471;
}
.AnyTagClassName
{
color: #D7C471;
}
</style>
background-color css
<style>
a { background-color: #D7C471; }
a { background-color: rgb(215,196,113); }
div.DivClassName
{
background-color: #D7C471;
}
.BgClassName
{
background-color: #D7C471;
}
</style>
border-color css
<style>
span { border-color: #D7C471; }
span { border-color: rgb(215,196,113); }
td.TdClassName
{
border-color: #D7C471;
}
.TagClassName
{
border-color: #D7C471;
}
</style>