Shades of Chenin #D6C973
Tints of Chenin #D6C973
RGB
CMYK
RGB Variations
Color information
#D6C973 (or 0xD6C973) is known color: Chenin. HEX triplet: D6, C9 and 73. RGB value is (214,201,115). Sum of RGB (Red+Green+Blue) = 214+201+115=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 115 (45.31% from 255 or 21.70% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C973 is #29368C. Grayscale: #C3C3C3. Windows color (decimal): -2700941 or 7588310. OLE color: 7588310.
HSL color Cylindrical-coordinate representation of color #D6C973: hue angle of 52.12º 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 #D6C973 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 115 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.16 |
| HSL | 52.12º | 0.55% | 0.65% | - |
| HSV(B) | 52.12º | 0.46% | 0.84% | - |
| XYZ | 51.71 | 57.31 | 24.56 | - |
| YUV | 195.08 | 82.81 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 115 | 0 | 0.06 | 0.46 | 0.16 | 52.12 | 0.55 | 0.65 |
| Hex | D6 | C9 | 73 | 0 | 6 | 2E | 10 | 34 | 37 | 41 |
| Octal | 326 | 311 | 163 | 0 | 6 | 56 | 20 | 64 | 67 | 101 |
| Binary | 11010110 | 11001001 | 1110011 | 0 | 110 | 101110 | 10000 | 110100 | 110111 | 1000001 |
Color Harmonies of #D6C973
Complementary color
Monochromatic Colors of #D6C973
Black with #D6C973
Text Example
Text Example
White with #D6C973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C973; }
p { color: rgb(214,201,115); }
H1.HeaderClassName
{
color: #D6C973;
}
.AnyTagClassName
{
color: #D6C973;
}
</style>
background-color css
<style>
a { background-color: #D6C973; }
a { background-color: rgb(214,201,115); }
div.DivClassName
{
background-color: #D6C973;
}
.BgClassName
{
background-color: #D6C973;
}
</style>
border-color css
<style>
span { border-color: #D6C973; }
span { border-color: rgb(214,201,115); }
td.TdClassName
{
border-color: #D6C973;
}
.TagClassName
{
border-color: #D6C973;
}
</style>