Shades of Chenin #D6C970
Tints of Chenin #D6C970
RGB
CMYK
RGB Variations
Color information
#D6C970 (or 0xD6C970) is known color: Chenin. HEX triplet: D6, C9 and 70. RGB value is (214,201,112). Sum of RGB (Red+Green+Blue) = 214+201+112=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C970 is #29368F. Grayscale: #C3C3C3. Windows color (decimal): -2700944 or 7391702. OLE color: 7391702.
HSL color Cylindrical-coordinate representation of color #D6C970: hue angle of 52.35º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6C970 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 112 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.16 |
| HSL | 52.35º | 0.55% | 0.64% | - |
| HSV(B) | 52.35º | 0.48% | 0.84% | - |
| XYZ | 51.54 | 57.24 | 23.66 | - |
| YUV | 194.74 | 81.31 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 112 | 0 | 0.06 | 0.48 | 0.16 | 52.35 | 0.55 | 0.64 |
| Hex | D6 | C9 | 70 | 0 | 6 | 30 | 10 | 34 | 37 | 40 |
| Octal | 326 | 311 | 160 | 0 | 6 | 60 | 20 | 64 | 67 | 100 |
| Binary | 11010110 | 11001001 | 1110000 | 0 | 110 | 110000 | 10000 | 110100 | 110111 | 1000000 |
Color Harmonies of #D6C970
Complementary color
Monochromatic Colors of #D6C970
Black with #D6C970
Text Example
Text Example
White with #D6C970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C970; }
p { color: rgb(214,201,112); }
H1.HeaderClassName
{
color: #D6C970;
}
.AnyTagClassName
{
color: #D6C970;
}
</style>
background-color css
<style>
a { background-color: #D6C970; }
a { background-color: rgb(214,201,112); }
div.DivClassName
{
background-color: #D6C970;
}
.BgClassName
{
background-color: #D6C970;
}
</style>
border-color css
<style>
span { border-color: #D6C970; }
span { border-color: rgb(214,201,112); }
td.TdClassName
{
border-color: #D6C970;
}
.TagClassName
{
border-color: #D6C970;
}
</style>