Shades of Chenin #DCC470
Tints of Chenin #DCC470
RGB
CMYK
RGB Variations
Color information
#DCC470 (or 0xDCC470) is known color: Chenin. HEX triplet: DC, C4 and 70. RGB value is (220,196,112). Sum of RGB (Red+Green+Blue) = 220+196+112=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC470 is #233B8F. Grayscale: #C1C1C1. Windows color (decimal): -2309008 or 7390428. OLE color: 7390428.
HSL color Cylindrical-coordinate representation of color #DCC470: hue angle of 46.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCC470 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 112 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.14 |
| HSL | 46.67º | 0.61% | 0.65% | - |
| HSV(B) | 46.67º | 0.49% | 0.86% | - |
| XYZ | 52.18 | 55.87 | 23.36 | - |
| YUV | 193.6 | 81.95 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 112 | 0 | 0.11 | 0.49 | 0.14 | 46.67 | 0.61 | 0.65 |
| Hex | DC | C4 | 70 | 0 | B | 31 | E | 2F | 3D | 41 |
| Octal | 334 | 304 | 160 | 0 | 13 | 61 | 16 | 57 | 75 | 101 |
| Binary | 11011100 | 11000100 | 1110000 | 0 | 1011 | 110001 | 1110 | 101111 | 111101 | 1000001 |
Color Harmonies of #DCC470
Complementary color
Monochromatic Colors of #DCC470
Black with #DCC470
Text Example
Text Example
White with #DCC470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC470; }
p { color: rgb(220,196,112); }
H1.HeaderClassName
{
color: #DCC470;
}
.AnyTagClassName
{
color: #DCC470;
}
</style>
background-color css
<style>
a { background-color: #DCC470; }
a { background-color: rgb(220,196,112); }
div.DivClassName
{
background-color: #DCC470;
}
.BgClassName
{
background-color: #DCC470;
}
</style>
border-color css
<style>
span { border-color: #DCC470; }
span { border-color: rgb(220,196,112); }
td.TdClassName
{
border-color: #DCC470;
}
.TagClassName
{
border-color: #DCC470;
}
</style>