Shades of Chenin #D7C965
Tints of Chenin #D7C965
RGB
CMYK
RGB Variations
Color information
#D7C965 (or 0xD7C965) is known color: Chenin. HEX triplet: D7, C9 and 65. RGB value is (215,201,101). Sum of RGB (Red+Green+Blue) = 215+201+101=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 101 (39.84% from 255 or 19.54% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C965 is #28369A. Grayscale: #C2C2C2. Windows color (decimal): -2635419 or 6670807. OLE color: 6670807.
HSL color Cylindrical-coordinate representation of color #D7C965: hue angle of 52.63º 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 #D7C965 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 201 | 101 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.16 |
| HSL | 52.63º | 0.59% | 0.62% | - |
| HSV(B) | 52.63º | 0.53% | 0.84% | - |
| XYZ | 51.26 | 57.16 | 20.64 | - |
| YUV | 193.79 | 75.64 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 101 | 0 | 0.07 | 0.53 | 0.16 | 52.63 | 0.59 | 0.62 |
| Hex | D7 | C9 | 65 | 0 | 7 | 35 | 10 | 35 | 3B | 3E |
| Octal | 327 | 311 | 145 | 0 | 7 | 65 | 20 | 65 | 73 | 76 |
| Binary | 11010111 | 11001001 | 1100101 | 0 | 111 | 110101 | 10000 | 110101 | 111011 | 111110 |
Color Harmonies of #D7C965
Complementary color
Monochromatic Colors of #D7C965
Black with #D7C965
Text Example
Text Example
White with #D7C965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C965; }
p { color: rgb(215,201,101); }
H1.HeaderClassName
{
color: #D7C965;
}
.AnyTagClassName
{
color: #D7C965;
}
</style>
background-color css
<style>
a { background-color: #D7C965; }
a { background-color: rgb(215,201,101); }
div.DivClassName
{
background-color: #D7C965;
}
.BgClassName
{
background-color: #D7C965;
}
</style>
border-color css
<style>
span { border-color: #D7C965; }
span { border-color: rgb(215,201,101); }
td.TdClassName
{
border-color: #D7C965;
}
.TagClassName
{
border-color: #D7C965;
}
</style>