Shades of Chenin #D2C072
Tints of Chenin #D2C072
RGB
CMYK
RGB Variations
Color information
#D2C072 (or 0xD2C072) is known color: Chenin. HEX triplet: D2, C0 and 72. RGB value is (210,192,114). Sum of RGB (Red+Green+Blue) = 210+192+114=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C072 is #2D3F8D. Grayscale: #BCBCBC. Windows color (decimal): -2965390 or 7520466. OLE color: 7520466.
HSL color Cylindrical-coordinate representation of color #D2C072: hue angle of 48.75º 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 #D2C072 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 192 | 114 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.18 |
| HSL | 48.75º | 0.52% | 0.64% | - |
| HSV(B) | 48.75º | 0.46% | 0.82% | - |
| XYZ | 48.47 | 52.62 | 23.52 | - |
| YUV | 188.49 | 85.96 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 114 | 0 | 0.09 | 0.46 | 0.18 | 48.75 | 0.52 | 0.64 |
| Hex | D2 | C0 | 72 | 0 | 9 | 2E | 12 | 31 | 34 | 40 |
| Octal | 322 | 300 | 162 | 0 | 11 | 56 | 22 | 61 | 64 | 100 |
| Binary | 11010010 | 11000000 | 1110010 | 0 | 1001 | 101110 | 10010 | 110001 | 110100 | 1000000 |
Color Harmonies of #D2C072
Complementary color
Monochromatic Colors of #D2C072
Black with #D2C072
Text Example
Text Example
White with #D2C072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C072; }
p { color: rgb(210,192,114); }
H1.HeaderClassName
{
color: #D2C072;
}
.AnyTagClassName
{
color: #D2C072;
}
</style>
background-color css
<style>
a { background-color: #D2C072; }
a { background-color: rgb(210,192,114); }
div.DivClassName
{
background-color: #D2C072;
}
.BgClassName
{
background-color: #D2C072;
}
</style>
border-color css
<style>
span { border-color: #D2C072; }
span { border-color: rgb(210,192,114); }
td.TdClassName
{
border-color: #D2C072;
}
.TagClassName
{
border-color: #D2C072;
}
</style>