Shades of Chenin #DCC672
Tints of Chenin #DCC672
RGB
CMYK
RGB Variations
Color information
#DCC672 (or 0xDCC672) is known color: Chenin. HEX triplet: DC, C6 and 72. RGB value is (220,198,114). Sum of RGB (Red+Green+Blue) = 220+198+114=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC672 is #23398D. Grayscale: #C3C3C3. Windows color (decimal): -2308494 or 7522012. OLE color: 7522012.
HSL color Cylindrical-coordinate representation of color #DCC672: hue angle of 47.55º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCC672 is Cyan = 0, Magento = 0.1, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 114 | - |
| CMYK | 0 | 0.1 | 0.48 | 0.14 |
| HSL | 47.55º | 0.6% | 0.65% | - |
| HSV(B) | 47.55º | 0.48% | 0.86% | - |
| XYZ | 52.75 | 56.82 | 24.11 | - |
| YUV | 195 | 82.29 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 114 | 0 | 0.1 | 0.48 | 0.14 | 47.55 | 0.6 | 0.65 |
| Hex | DC | C6 | 72 | 0 | A | 30 | E | 30 | 3C | 41 |
| Octal | 334 | 306 | 162 | 0 | 12 | 60 | 16 | 60 | 74 | 101 |
| Binary | 11011100 | 11000110 | 1110010 | 0 | 1010 | 110000 | 1110 | 110000 | 111100 | 1000001 |
Color Harmonies of #DCC672
Complementary color
Monochromatic Colors of #DCC672
Black with #DCC672
Text Example
Text Example
White with #DCC672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC672; }
p { color: rgb(220,198,114); }
H1.HeaderClassName
{
color: #DCC672;
}
.AnyTagClassName
{
color: #DCC672;
}
</style>
background-color css
<style>
a { background-color: #DCC672; }
a { background-color: rgb(220,198,114); }
div.DivClassName
{
background-color: #DCC672;
}
.BgClassName
{
background-color: #DCC672;
}
</style>
border-color css
<style>
span { border-color: #DCC672; }
span { border-color: rgb(220,198,114); }
td.TdClassName
{
border-color: #DCC672;
}
.TagClassName
{
border-color: #DCC672;
}
</style>