Shades of Chenin #D2C969
Tints of Chenin #D2C969
RGB
CMYK
RGB Variations
Color information
#D2C969 (or 0xD2C969) is known color: Chenin. HEX triplet: D2, C9 and 69. RGB value is (210,201,105). Sum of RGB (Red+Green+Blue) = 210+201+105=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 105 (41.41% from 255 or 20.35% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C969 is #2D3696. Grayscale: #C1C1C1. Windows color (decimal): -2963095 or 6932946. OLE color: 6932946.
HSL color Cylindrical-coordinate representation of color #D2C969: hue angle of 54.86º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2C969 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 105 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.18 |
| HSL | 54.86º | 0.54% | 0.62% | - |
| HSV(B) | 54.86º | 0.5% | 0.82% | - |
| XYZ | 50.01 | 56.49 | 21.63 | - |
| YUV | 192.75 | 78.48 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 105 | 0 | 0.04 | 0.50 | 0.18 | 54.86 | 0.54 | 0.62 |
| Hex | D2 | C9 | 69 | 0 | 4 | 32 | 12 | 37 | 36 | 3E |
| Octal | 322 | 311 | 151 | 0 | 4 | 62 | 22 | 67 | 66 | 76 |
| Binary | 11010010 | 11001001 | 1101001 | 0 | 100 | 110010 | 10010 | 110111 | 110110 | 111110 |
Color Harmonies of #D2C969
Complementary color
Monochromatic Colors of #D2C969
Black with #D2C969
Text Example
Text Example
White with #D2C969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C969; }
p { color: rgb(210,201,105); }
H1.HeaderClassName
{
color: #D2C969;
}
.AnyTagClassName
{
color: #D2C969;
}
</style>
background-color css
<style>
a { background-color: #D2C969; }
a { background-color: rgb(210,201,105); }
div.DivClassName
{
background-color: #D2C969;
}
.BgClassName
{
background-color: #D2C969;
}
</style>
border-color css
<style>
span { border-color: #D2C969; }
span { border-color: rgb(210,201,105); }
td.TdClassName
{
border-color: #D2C969;
}
.TagClassName
{
border-color: #D2C969;
}
</style>