Shades of Chenin #D2C271
Tints of Chenin #D2C271
RGB
CMYK
RGB Variations
Color information
#D2C271 (or 0xD2C271) is known color: Chenin. HEX triplet: D2, C2 and 71. RGB value is (210,194,113). Sum of RGB (Red+Green+Blue) = 210+194+113=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C271 is #2D3D8E. Grayscale: #BDBDBD. Windows color (decimal): -2964879 or 7455442. OLE color: 7455442.
HSL color Cylindrical-coordinate representation of color #D2C271: hue angle of 50.1º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2C271 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 194 | 113 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.18 |
| HSL | 50.1º | 0.52% | 0.63% | - |
| HSV(B) | 50.1º | 0.46% | 0.82% | - |
| XYZ | 48.85 | 53.48 | 23.37 | - |
| YUV | 189.55 | 84.8 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 194 | 113 | 0 | 0.08 | 0.46 | 0.18 | 50.1 | 0.52 | 0.63 |
| Hex | D2 | C2 | 71 | 0 | 8 | 2E | 12 | 32 | 34 | 3F |
| Octal | 322 | 302 | 161 | 0 | 10 | 56 | 22 | 62 | 64 | 77 |
| Binary | 11010010 | 11000010 | 1110001 | 0 | 1000 | 101110 | 10010 | 110010 | 110100 | 111111 |
Color Harmonies of #D2C271
Complementary color
Monochromatic Colors of #D2C271
Black with #D2C271
Text Example
Text Example
White with #D2C271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C271; }
p { color: rgb(210,194,113); }
H1.HeaderClassName
{
color: #D2C271;
}
.AnyTagClassName
{
color: #D2C271;
}
</style>
background-color css
<style>
a { background-color: #D2C271; }
a { background-color: rgb(210,194,113); }
div.DivClassName
{
background-color: #D2C271;
}
.BgClassName
{
background-color: #D2C271;
}
</style>
border-color css
<style>
span { border-color: #D2C271; }
span { border-color: rgb(210,194,113); }
td.TdClassName
{
border-color: #D2C271;
}
.TagClassName
{
border-color: #D2C271;
}
</style>