Shades of Chenin #D6C974
Tints of Chenin #D6C974
RGB
CMYK
RGB Variations
Color information
#D6C974 (or 0xD6C974) is known color: Chenin. HEX triplet: D6, C9 and 74. RGB value is (214,201,116). Sum of RGB (Red+Green+Blue) = 214+201+116=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C974 is #29368B. Grayscale: #C3C3C3. Windows color (decimal): -2700940 or 7653846. OLE color: 7653846.
HSL color Cylindrical-coordinate representation of color #D6C974: hue angle of 52.04º degrees, saturation: 0.54, 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 #D6C974 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 116 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.16 |
| HSL | 52.04º | 0.54% | 0.65% | - |
| HSV(B) | 52.04º | 0.46% | 0.84% | - |
| XYZ | 51.77 | 57.33 | 24.86 | - |
| YUV | 195.2 | 83.31 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 116 | 0 | 0.06 | 0.46 | 0.16 | 52.04 | 0.54 | 0.65 |
| Hex | D6 | C9 | 74 | 0 | 6 | 2E | 10 | 34 | 36 | 41 |
| Octal | 326 | 311 | 164 | 0 | 6 | 56 | 20 | 64 | 66 | 101 |
| Binary | 11010110 | 11001001 | 1110100 | 0 | 110 | 101110 | 10000 | 110100 | 110110 | 1000001 |
Color Harmonies of #D6C974
Complementary color
Monochromatic Colors of #D6C974
Black with #D6C974
Text Example
Text Example
White with #D6C974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C974; }
p { color: rgb(214,201,116); }
H1.HeaderClassName
{
color: #D6C974;
}
.AnyTagClassName
{
color: #D6C974;
}
</style>
background-color css
<style>
a { background-color: #D6C974; }
a { background-color: rgb(214,201,116); }
div.DivClassName
{
background-color: #D6C974;
}
.BgClassName
{
background-color: #D6C974;
}
</style>
border-color css
<style>
span { border-color: #D6C974; }
span { border-color: rgb(214,201,116); }
td.TdClassName
{
border-color: #D6C974;
}
.TagClassName
{
border-color: #D6C974;
}
</style>