Shades of Chenin #D7C974
Tints of Chenin #D7C974
RGB
CMYK
RGB Variations
Color information
#D7C974 (or 0xD7C974) is known color: Chenin. HEX triplet: D7, C9 and 74. RGB value is (215,201,116). Sum of RGB (Red+Green+Blue) = 215+201+116=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 116 (45.70% from 255 or 21.80% from 532); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C974 is #28368B. Grayscale: #C3C3C3. Windows color (decimal): -2635404 or 7653847. OLE color: 7653847.
HSL color Cylindrical-coordinate representation of color #D7C974: hue angle of 51.52º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D7C974 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 201 | 116 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.16 |
| HSL | 51.52º | 0.55% | 0.65% | - |
| HSV(B) | 51.52º | 0.46% | 0.84% | - |
| XYZ | 52.06 | 57.48 | 24.87 | - |
| YUV | 195.5 | 83.14 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 116 | 0 | 0.07 | 0.46 | 0.16 | 51.52 | 0.55 | 0.65 |
| Hex | D7 | C9 | 74 | 0 | 7 | 2E | 10 | 34 | 37 | 41 |
| Octal | 327 | 311 | 164 | 0 | 7 | 56 | 20 | 64 | 67 | 101 |
| Binary | 11010111 | 11001001 | 1110100 | 0 | 111 | 101110 | 10000 | 110100 | 110111 | 1000001 |
Color Harmonies of #D7C974
Complementary color
Monochromatic Colors of #D7C974
Black with #D7C974
Text Example
Text Example
White with #D7C974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C974; }
p { color: rgb(215,201,116); }
H1.HeaderClassName
{
color: #D7C974;
}
.AnyTagClassName
{
color: #D7C974;
}
</style>
background-color css
<style>
a { background-color: #D7C974; }
a { background-color: rgb(215,201,116); }
div.DivClassName
{
background-color: #D7C974;
}
.BgClassName
{
background-color: #D7C974;
}
</style>
border-color css
<style>
span { border-color: #D7C974; }
span { border-color: rgb(215,201,116); }
td.TdClassName
{
border-color: #D7C974;
}
.TagClassName
{
border-color: #D7C974;
}
</style>