Shades of Chenin #D3C36E
Tints of Chenin #D3C36E
RGB
CMYK
RGB Variations
Color information
#D3C36E (or 0xD3C36E) is known color: Chenin. HEX triplet: D3, C3 and 6E. RGB value is (211,195,110). Sum of RGB (Red+Green+Blue) = 211+195+110=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C36E is #2C3C91. Grayscale: #BEBEBE. Windows color (decimal): -2899090 or 7259091. OLE color: 7259091.
HSL color Cylindrical-coordinate representation of color #D3C36E: hue angle of 50.5º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D3C36E is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 195 | 110 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.17 |
| HSL | 50.5º | 0.53% | 0.63% | - |
| HSV(B) | 50.5º | 0.48% | 0.83% | - |
| XYZ | 49.19 | 54 | 22.58 | - |
| YUV | 190.09 | 82.8 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 195 | 110 | 0 | 0.08 | 0.48 | 0.17 | 50.5 | 0.53 | 0.63 |
| Hex | D3 | C3 | 6E | 0 | 8 | 30 | 11 | 32 | 35 | 3F |
| Octal | 323 | 303 | 156 | 0 | 10 | 60 | 21 | 62 | 65 | 77 |
| Binary | 11010011 | 11000011 | 1101110 | 0 | 1000 | 110000 | 10001 | 110010 | 110101 | 111111 |
Color Harmonies of #D3C36E
Complementary color
Monochromatic Colors of #D3C36E
Black with #D3C36E
Text Example
Text Example
White with #D3C36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C36E; }
p { color: rgb(211,195,110); }
H1.HeaderClassName
{
color: #D3C36E;
}
.AnyTagClassName
{
color: #D3C36E;
}
</style>
background-color css
<style>
a { background-color: #D3C36E; }
a { background-color: rgb(211,195,110); }
div.DivClassName
{
background-color: #D3C36E;
}
.BgClassName
{
background-color: #D3C36E;
}
</style>
border-color css
<style>
span { border-color: #D3C36E; }
span { border-color: rgb(211,195,110); }
td.TdClassName
{
border-color: #D3C36E;
}
.TagClassName
{
border-color: #D3C36E;
}
</style>