Shades of Chenin #D5C071
Tints of Chenin #D5C071
RGB
CMYK
RGB Variations
Color information
#D5C071 (or 0xD5C071) is known color: Chenin. HEX triplet: D5, C0 and 71. RGB value is (213,192,113). Sum of RGB (Red+Green+Blue) = 213+192+113=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C071 is #2A3F8E. Grayscale: #BDBDBD. Windows color (decimal): -2768783 or 7454933. OLE color: 7454933.
HSL color Cylindrical-coordinate representation of color #D5C071: hue angle of 47.4º degrees, saturation: 0.54, 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 #D5C071 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 113 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.16 |
| HSL | 47.4º | 0.54% | 0.64% | - |
| HSV(B) | 47.4º | 0.47% | 0.84% | - |
| XYZ | 49.27 | 53.04 | 23.26 | - |
| YUV | 189.27 | 84.96 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 113 | 0 | 0.10 | 0.47 | 0.16 | 47.4 | 0.54 | 0.64 |
| Hex | D5 | C0 | 71 | 0 | A | 2F | 10 | 2F | 36 | 40 |
| Octal | 325 | 300 | 161 | 0 | 12 | 57 | 20 | 57 | 66 | 100 |
| Binary | 11010101 | 11000000 | 1110001 | 0 | 1010 | 101111 | 10000 | 101111 | 110110 | 1000000 |
Color Harmonies of #D5C071
Complementary color
Monochromatic Colors of #D5C071
Black with #D5C071
Text Example
Text Example
White with #D5C071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C071; }
p { color: rgb(213,192,113); }
H1.HeaderClassName
{
color: #D5C071;
}
.AnyTagClassName
{
color: #D5C071;
}
</style>
background-color css
<style>
a { background-color: #D5C071; }
a { background-color: rgb(213,192,113); }
div.DivClassName
{
background-color: #D5C071;
}
.BgClassName
{
background-color: #D5C071;
}
</style>
border-color css
<style>
span { border-color: #D5C071; }
span { border-color: rgb(213,192,113); }
td.TdClassName
{
border-color: #D5C071;
}
.TagClassName
{
border-color: #D5C071;
}
</style>