Shades of Chenin #D4C36D
Tints of Chenin #D4C36D
RGB
CMYK
RGB Variations
Color information
#D4C36D (or 0xD4C36D) is known color: Chenin. HEX triplet: D4, C3 and 6D. RGB value is (212,195,109). Sum of RGB (Red+Green+Blue) = 212+195+109=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 109 (42.97% from 255 or 21.12% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C36D is #2B3C92. Grayscale: #BEBEBE. Windows color (decimal): -2833555 or 7193556. OLE color: 7193556.
HSL color Cylindrical-coordinate representation of color #D4C36D: hue angle of 50.1º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4C36D is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 195 | 109 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.17 |
| HSL | 50.1º | 0.54% | 0.63% | - |
| HSV(B) | 50.1º | 0.49% | 0.83% | - |
| XYZ | 49.43 | 54.13 | 22.31 | - |
| YUV | 190.28 | 82.13 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 195 | 109 | 0 | 0.08 | 0.49 | 0.17 | 50.1 | 0.54 | 0.63 |
| Hex | D4 | C3 | 6D | 0 | 8 | 31 | 11 | 32 | 36 | 3F |
| Octal | 324 | 303 | 155 | 0 | 10 | 61 | 21 | 62 | 66 | 77 |
| Binary | 11010100 | 11000011 | 1101101 | 0 | 1000 | 110001 | 10001 | 110010 | 110110 | 111111 |
Color Harmonies of #D4C36D
Complementary color
Monochromatic Colors of #D4C36D
Black with #D4C36D
Text Example
Text Example
White with #D4C36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C36D; }
p { color: rgb(212,195,109); }
H1.HeaderClassName
{
color: #D4C36D;
}
.AnyTagClassName
{
color: #D4C36D;
}
</style>
background-color css
<style>
a { background-color: #D4C36D; }
a { background-color: rgb(212,195,109); }
div.DivClassName
{
background-color: #D4C36D;
}
.BgClassName
{
background-color: #D4C36D;
}
</style>
border-color css
<style>
span { border-color: #D4C36D; }
span { border-color: rgb(212,195,109); }
td.TdClassName
{
border-color: #D4C36D;
}
.TagClassName
{
border-color: #D4C36D;
}
</style>