Shades of Chenin #D2C66C
Tints of Chenin #D2C66C
RGB
CMYK
RGB Variations
Color information
#D2C66C (or 0xD2C66C) is known color: Chenin. HEX triplet: D2, C6 and 6C. RGB value is (210,198,108). Sum of RGB (Red+Green+Blue) = 210+198+108=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C66C is #2D3993. Grayscale: #BFBFBF. Windows color (decimal): -2963860 or 7128786. OLE color: 7128786.
HSL color Cylindrical-coordinate representation of color #D2C66C: hue angle of 52.94º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2C66C is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 198 | 108 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.18 |
| HSL | 52.94º | 0.53% | 0.62% | - |
| HSV(B) | 52.94º | 0.49% | 0.82% | - |
| XYZ | 49.48 | 55.17 | 22.23 | - |
| YUV | 191.33 | 80.98 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 198 | 108 | 0 | 0.06 | 0.49 | 0.18 | 52.94 | 0.53 | 0.62 |
| Hex | D2 | C6 | 6C | 0 | 6 | 31 | 12 | 35 | 35 | 3E |
| Octal | 322 | 306 | 154 | 0 | 6 | 61 | 22 | 65 | 65 | 76 |
| Binary | 11010010 | 11000110 | 1101100 | 0 | 110 | 110001 | 10010 | 110101 | 110101 | 111110 |
Color Harmonies of #D2C66C
Complementary color
Monochromatic Colors of #D2C66C
Black with #D2C66C
Text Example
Text Example
White with #D2C66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C66C; }
p { color: rgb(210,198,108); }
H1.HeaderClassName
{
color: #D2C66C;
}
.AnyTagClassName
{
color: #D2C66C;
}
</style>
background-color css
<style>
a { background-color: #D2C66C; }
a { background-color: rgb(210,198,108); }
div.DivClassName
{
background-color: #D2C66C;
}
.BgClassName
{
background-color: #D2C66C;
}
</style>
border-color css
<style>
span { border-color: #D2C66C; }
span { border-color: rgb(210,198,108); }
td.TdClassName
{
border-color: #D2C66C;
}
.TagClassName
{
border-color: #D2C66C;
}
</style>