Shades of Chenin #D2C972
Tints of Chenin #D2C972
RGB
CMYK
RGB Variations
Color information
#D2C972 (or 0xD2C972) is known color: Chenin. HEX triplet: D2, C9 and 72. RGB value is (210,201,114). Sum of RGB (Red+Green+Blue) = 210+201+114=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C972 is #2D368D. Grayscale: #C2C2C2. Windows color (decimal): -2963086 or 7522770. OLE color: 7522770.
HSL color Cylindrical-coordinate representation of color #D2C972: hue angle of 54.38º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2C972 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 114 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.18 |
| HSL | 54.38º | 0.52% | 0.64% | - |
| HSV(B) | 54.38º | 0.46% | 0.82% | - |
| XYZ | 50.5 | 56.69 | 24.2 | - |
| YUV | 193.77 | 82.98 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 114 | 0 | 0.04 | 0.46 | 0.18 | 54.38 | 0.52 | 0.64 |
| Hex | D2 | C9 | 72 | 0 | 4 | 2E | 12 | 36 | 34 | 40 |
| Octal | 322 | 311 | 162 | 0 | 4 | 56 | 22 | 66 | 64 | 100 |
| Binary | 11010010 | 11001001 | 1110010 | 0 | 100 | 101110 | 10010 | 110110 | 110100 | 1000000 |
Color Harmonies of #D2C972
Complementary color
Monochromatic Colors of #D2C972
Black with #D2C972
Text Example
Text Example
White with #D2C972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C972; }
p { color: rgb(210,201,114); }
H1.HeaderClassName
{
color: #D2C972;
}
.AnyTagClassName
{
color: #D2C972;
}
</style>
background-color css
<style>
a { background-color: #D2C972; }
a { background-color: rgb(210,201,114); }
div.DivClassName
{
background-color: #D2C972;
}
.BgClassName
{
background-color: #D2C972;
}
</style>
border-color css
<style>
span { border-color: #D2C972; }
span { border-color: rgb(210,201,114); }
td.TdClassName
{
border-color: #D2C972;
}
.TagClassName
{
border-color: #D2C972;
}
</style>