Shades of Chenin #D3C36F
Tints of Chenin #D3C36F
RGB
CMYK
RGB Variations
Color information
#D3C36F (or 0xD3C36F) is known color: Chenin. HEX triplet: D3, C3 and 6F. RGB value is (211,195,111). Sum of RGB (Red+Green+Blue) = 211+195+111=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 111 (43.75% from 255 or 21.47% from 517); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C36F is #2C3C90. Grayscale: #BEBEBE. Windows color (decimal): -2899089 or 7324627. OLE color: 7324627.
HSL color Cylindrical-coordinate representation of color #D3C36F: hue angle of 50.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D3C36F is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 195 | 111 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.17 |
| HSL | 50.4º | 0.53% | 0.63% | - |
| HSV(B) | 50.4º | 0.47% | 0.83% | - |
| XYZ | 49.25 | 54.03 | 22.87 | - |
| YUV | 190.21 | 83.3 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 195 | 111 | 0 | 0.08 | 0.47 | 0.17 | 50.4 | 0.53 | 0.63 |
| Hex | D3 | C3 | 6F | 0 | 8 | 2F | 11 | 32 | 35 | 3F |
| Octal | 323 | 303 | 157 | 0 | 10 | 57 | 21 | 62 | 65 | 77 |
| Binary | 11010011 | 11000011 | 1101111 | 0 | 1000 | 101111 | 10001 | 110010 | 110101 | 111111 |
Color Harmonies of #D3C36F
Complementary color
Monochromatic Colors of #D3C36F
Black with #D3C36F
Text Example
Text Example
White with #D3C36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C36F; }
p { color: rgb(211,195,111); }
H1.HeaderClassName
{
color: #D3C36F;
}
.AnyTagClassName
{
color: #D3C36F;
}
</style>
background-color css
<style>
a { background-color: #D3C36F; }
a { background-color: rgb(211,195,111); }
div.DivClassName
{
background-color: #D3C36F;
}
.BgClassName
{
background-color: #D3C36F;
}
</style>
border-color css
<style>
span { border-color: #D3C36F; }
span { border-color: rgb(211,195,111); }
td.TdClassName
{
border-color: #D3C36F;
}
.TagClassName
{
border-color: #D3C36F;
}
</style>