Shades of Chenin #D7C671
Tints of Chenin #D7C671
RGB
CMYK
RGB Variations
Color information
#D7C671 (or 0xD7C671) is known color: Chenin. HEX triplet: D7, C6 and 71. RGB value is (215,198,113). Sum of RGB (Red+Green+Blue) = 215+198+113=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 113 (44.53% from 255 or 21.48% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C671 is #28398E. Grayscale: #C1C1C1. Windows color (decimal): -2636175 or 7456471. OLE color: 7456471.
HSL color Cylindrical-coordinate representation of color #D7C671: hue angle of 50º 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 #D7C671 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 198 | 113 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.16 |
| HSL | 50º | 0.56% | 0.64% | - |
| HSV(B) | 50º | 0.47% | 0.84% | - |
| XYZ | 51.2 | 56.03 | 23.74 | - |
| YUV | 193.39 | 82.63 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 198 | 113 | 0 | 0.08 | 0.47 | 0.16 | 50 | 0.56 | 0.64 |
| Hex | D7 | C6 | 71 | 0 | 8 | 2F | 10 | 32 | 38 | 40 |
| Octal | 327 | 306 | 161 | 0 | 10 | 57 | 20 | 62 | 70 | 100 |
| Binary | 11010111 | 11000110 | 1110001 | 0 | 1000 | 101111 | 10000 | 110010 | 111000 | 1000000 |
Color Harmonies of #D7C671
Complementary color
Monochromatic Colors of #D7C671
Black with #D7C671
Text Example
Text Example
White with #D7C671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C671; }
p { color: rgb(215,198,113); }
H1.HeaderClassName
{
color: #D7C671;
}
.AnyTagClassName
{
color: #D7C671;
}
</style>
background-color css
<style>
a { background-color: #D7C671; }
a { background-color: rgb(215,198,113); }
div.DivClassName
{
background-color: #D7C671;
}
.BgClassName
{
background-color: #D7C671;
}
</style>
border-color css
<style>
span { border-color: #D7C671; }
span { border-color: rgb(215,198,113); }
td.TdClassName
{
border-color: #D7C671;
}
.TagClassName
{
border-color: #D7C671;
}
</style>