Shades of Chenin #D7C966
Tints of Chenin #D7C966
RGB
CMYK
RGB Variations
Color information
#D7C966 (or 0xD7C966) is known color: Chenin. HEX triplet: D7, C9 and 66. RGB value is (215,201,102). Sum of RGB (Red+Green+Blue) = 215+201+102=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C966 is #283699. Grayscale: #C2C2C2. Windows color (decimal): -2635418 or 6736343. OLE color: 6736343.
HSL color Cylindrical-coordinate representation of color #D7C966: hue angle of 52.57º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7C966 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 201 | 102 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.16 |
| HSL | 52.57º | 0.59% | 0.62% | - |
| HSV(B) | 52.57º | 0.53% | 0.84% | - |
| XYZ | 51.31 | 57.18 | 20.9 | - |
| YUV | 193.9 | 76.14 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 102 | 0 | 0.07 | 0.53 | 0.16 | 52.57 | 0.59 | 0.62 |
| Hex | D7 | C9 | 66 | 0 | 7 | 35 | 10 | 35 | 3B | 3E |
| Octal | 327 | 311 | 146 | 0 | 7 | 65 | 20 | 65 | 73 | 76 |
| Binary | 11010111 | 11001001 | 1100110 | 0 | 111 | 110101 | 10000 | 110101 | 111011 | 111110 |
Color Harmonies of #D7C966
Complementary color
Monochromatic Colors of #D7C966
Black with #D7C966
Text Example
Text Example
White with #D7C966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C966; }
p { color: rgb(215,201,102); }
H1.HeaderClassName
{
color: #D7C966;
}
.AnyTagClassName
{
color: #D7C966;
}
</style>
background-color css
<style>
a { background-color: #D7C966; }
a { background-color: rgb(215,201,102); }
div.DivClassName
{
background-color: #D7C966;
}
.BgClassName
{
background-color: #D7C966;
}
</style>
border-color css
<style>
span { border-color: #D7C966; }
span { border-color: rgb(215,201,102); }
td.TdClassName
{
border-color: #D7C966;
}
.TagClassName
{
border-color: #D7C966;
}
</style>