Shades of Chenin #DCC272
Tints of Chenin #DCC272
RGB
CMYK
RGB Variations
Color information
#DCC272 (or 0xDCC272) is known color: Chenin. HEX triplet: DC, C2 and 72. RGB value is (220,194,114). Sum of RGB (Red+Green+Blue) = 220+194+114=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC272 is #233D8D. Grayscale: #C0C0C0. Windows color (decimal): -2309518 or 7520988. OLE color: 7520988.
HSL color Cylindrical-coordinate representation of color #DCC272: hue angle of 45.28º 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 #DCC272 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 114 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.14 |
| HSL | 45.28º | 0.6% | 0.65% | - |
| HSV(B) | 45.28º | 0.48% | 0.86% | - |
| XYZ | 51.84 | 55.01 | 23.81 | - |
| YUV | 192.65 | 83.61 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 114 | 0 | 0.12 | 0.48 | 0.14 | 45.28 | 0.6 | 0.65 |
| Hex | DC | C2 | 72 | 0 | C | 30 | E | 2D | 3C | 41 |
| Octal | 334 | 302 | 162 | 0 | 14 | 60 | 16 | 55 | 74 | 101 |
| Binary | 11011100 | 11000010 | 1110010 | 0 | 1100 | 110000 | 1110 | 101101 | 111100 | 1000001 |
Color Harmonies of #DCC272
Complementary color
Monochromatic Colors of #DCC272
Black with #DCC272
Text Example
Text Example
White with #DCC272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC272; }
p { color: rgb(220,194,114); }
H1.HeaderClassName
{
color: #DCC272;
}
.AnyTagClassName
{
color: #DCC272;
}
</style>
background-color css
<style>
a { background-color: #DCC272; }
a { background-color: rgb(220,194,114); }
div.DivClassName
{
background-color: #DCC272;
}
.BgClassName
{
background-color: #DCC272;
}
</style>
border-color css
<style>
span { border-color: #DCC272; }
span { border-color: rgb(220,194,114); }
td.TdClassName
{
border-color: #DCC272;
}
.TagClassName
{
border-color: #DCC272;
}
</style>