Shades of Chenin #D7C969
Tints of Chenin #D7C969
RGB
CMYK
RGB Variations
Color information
#D7C969 (or 0xD7C969) is known color: Chenin. HEX triplet: D7, C9 and 69. RGB value is (215,201,105). Sum of RGB (Red+Green+Blue) = 215+201+105=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C969 is #283696. Grayscale: #C2C2C2. Windows color (decimal): -2635415 or 6932951. OLE color: 6932951.
HSL color Cylindrical-coordinate representation of color #D7C969: hue angle of 52.36º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D7C969 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 201 | 105 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.16 |
| HSL | 52.36º | 0.58% | 0.63% | - |
| HSV(B) | 52.36º | 0.51% | 0.84% | - |
| XYZ | 51.46 | 57.24 | 21.7 | - |
| YUV | 194.24 | 77.64 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 201 | 105 | 0 | 0.07 | 0.51 | 0.16 | 52.36 | 0.58 | 0.63 |
| Hex | D7 | C9 | 69 | 0 | 7 | 33 | 10 | 34 | 3A | 3F |
| Octal | 327 | 311 | 151 | 0 | 7 | 63 | 20 | 64 | 72 | 77 |
| Binary | 11010111 | 11001001 | 1101001 | 0 | 111 | 110011 | 10000 | 110100 | 111010 | 111111 |
Color Harmonies of #D7C969
Complementary color
Monochromatic Colors of #D7C969
Black with #D7C969
Text Example
Text Example
White with #D7C969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C969; }
p { color: rgb(215,201,105); }
H1.HeaderClassName
{
color: #D7C969;
}
.AnyTagClassName
{
color: #D7C969;
}
</style>
background-color css
<style>
a { background-color: #D7C969; }
a { background-color: rgb(215,201,105); }
div.DivClassName
{
background-color: #D7C969;
}
.BgClassName
{
background-color: #D7C969;
}
</style>
border-color css
<style>
span { border-color: #D7C969; }
span { border-color: rgb(215,201,105); }
td.TdClassName
{
border-color: #D7C969;
}
.TagClassName
{
border-color: #D7C969;
}
</style>