Shades of Chenin #D3C872
Tints of Chenin #D3C872
RGB
CMYK
RGB Variations
Color information
#D3C872 (or 0xD3C872) is known color: Chenin. HEX triplet: D3, C8 and 72. RGB value is (211,200,114). Sum of RGB (Red+Green+Blue) = 211+200+114=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C872 is #2C378D. Grayscale: #C1C1C1. Windows color (decimal): -2897806 or 7522515. OLE color: 7522515.
HSL color Cylindrical-coordinate representation of color #D3C872: hue angle of 53.2º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D3C872 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 200 | 114 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.17 |
| HSL | 53.2º | 0.52% | 0.64% | - |
| HSV(B) | 53.2º | 0.46% | 0.83% | - |
| XYZ | 50.56 | 56.37 | 24.14 | - |
| YUV | 193.49 | 83.14 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 200 | 114 | 0 | 0.05 | 0.46 | 0.17 | 53.2 | 0.52 | 0.64 |
| Hex | D3 | C8 | 72 | 0 | 5 | 2E | 11 | 35 | 34 | 40 |
| Octal | 323 | 310 | 162 | 0 | 5 | 56 | 21 | 65 | 64 | 100 |
| Binary | 11010011 | 11001000 | 1110010 | 0 | 101 | 101110 | 10001 | 110101 | 110100 | 1000000 |
Color Harmonies of #D3C872
Complementary color
Monochromatic Colors of #D3C872
Black with #D3C872
Text Example
Text Example
White with #D3C872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C872; }
p { color: rgb(211,200,114); }
H1.HeaderClassName
{
color: #D3C872;
}
.AnyTagClassName
{
color: #D3C872;
}
</style>
background-color css
<style>
a { background-color: #D3C872; }
a { background-color: rgb(211,200,114); }
div.DivClassName
{
background-color: #D3C872;
}
.BgClassName
{
background-color: #D3C872;
}
</style>
border-color css
<style>
span { border-color: #D3C872; }
span { border-color: rgb(211,200,114); }
td.TdClassName
{
border-color: #D3C872;
}
.TagClassName
{
border-color: #D3C872;
}
</style>