Shades of Chenin #D3C272
Tints of Chenin #D3C272
RGB
CMYK
RGB Variations
Color information
#D3C272 (or 0xD3C272) is known color: Chenin. HEX triplet: D3, C2 and 72. RGB value is (211,194,114). Sum of RGB (Red+Green+Blue) = 211+194+114=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C272 is #2C3D8D. Grayscale: #BEBEBE. Windows color (decimal): -2899342 or 7520979. OLE color: 7520979.
HSL color Cylindrical-coordinate representation of color #D3C272: hue angle of 49.48º 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 #D3C272 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 194 | 114 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.17 |
| HSL | 49.48º | 0.52% | 0.64% | - |
| HSV(B) | 49.48º | 0.46% | 0.83% | - |
| XYZ | 49.19 | 53.65 | 23.68 | - |
| YUV | 189.96 | 85.13 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 194 | 114 | 0 | 0.08 | 0.46 | 0.17 | 49.48 | 0.52 | 0.64 |
| Hex | D3 | C2 | 72 | 0 | 8 | 2E | 11 | 31 | 34 | 40 |
| Octal | 323 | 302 | 162 | 0 | 10 | 56 | 21 | 61 | 64 | 100 |
| Binary | 11010011 | 11000010 | 1110010 | 0 | 1000 | 101110 | 10001 | 110001 | 110100 | 1000000 |
Color Harmonies of #D3C272
Complementary color
Monochromatic Colors of #D3C272
Black with #D3C272
Text Example
Text Example
White with #D3C272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C272; }
p { color: rgb(211,194,114); }
H1.HeaderClassName
{
color: #D3C272;
}
.AnyTagClassName
{
color: #D3C272;
}
</style>
background-color css
<style>
a { background-color: #D3C272; }
a { background-color: rgb(211,194,114); }
div.DivClassName
{
background-color: #D3C272;
}
.BgClassName
{
background-color: #D3C272;
}
</style>
border-color css
<style>
span { border-color: #D3C272; }
span { border-color: rgb(211,194,114); }
td.TdClassName
{
border-color: #D3C272;
}
.TagClassName
{
border-color: #D3C272;
}
</style>