Shades of Chenin #D4C270
Tints of Chenin #D4C270
RGB
CMYK
RGB Variations
Color information
#D4C270 (or 0xD4C270) is known color: Chenin. HEX triplet: D4, C2 and 70. RGB value is (212,194,112). Sum of RGB (Red+Green+Blue) = 212+194+112=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C270 is #2B3D8F. Grayscale: #BEBEBE. Windows color (decimal): -2833808 or 7389908. OLE color: 7389908.
HSL color Cylindrical-coordinate representation of color #D4C270: hue angle of 49.2º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D4C270 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 194 | 112 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.17 |
| HSL | 49.2º | 0.54% | 0.64% | - |
| HSV(B) | 49.2º | 0.47% | 0.83% | - |
| XYZ | 49.37 | 53.75 | 23.1 | - |
| YUV | 190.03 | 83.96 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 194 | 112 | 0 | 0.08 | 0.47 | 0.17 | 49.2 | 0.54 | 0.64 |
| Hex | D4 | C2 | 70 | 0 | 8 | 2F | 11 | 31 | 36 | 40 |
| Octal | 324 | 302 | 160 | 0 | 10 | 57 | 21 | 61 | 66 | 100 |
| Binary | 11010100 | 11000010 | 1110000 | 0 | 1000 | 101111 | 10001 | 110001 | 110110 | 1000000 |
Color Harmonies of #D4C270
Complementary color
Monochromatic Colors of #D4C270
Black with #D4C270
Text Example
Text Example
White with #D4C270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C270; }
p { color: rgb(212,194,112); }
H1.HeaderClassName
{
color: #D4C270;
}
.AnyTagClassName
{
color: #D4C270;
}
</style>
background-color css
<style>
a { background-color: #D4C270; }
a { background-color: rgb(212,194,112); }
div.DivClassName
{
background-color: #D4C270;
}
.BgClassName
{
background-color: #D4C270;
}
</style>
border-color css
<style>
span { border-color: #D4C270; }
span { border-color: rgb(212,194,112); }
td.TdClassName
{
border-color: #D4C270;
}
.TagClassName
{
border-color: #D4C270;
}
</style>