Shades of Chenin #DCC473
Tints of Chenin #DCC473
RGB
CMYK
RGB Variations
Color information
#DCC473 (or 0xDCC473) is known color: Chenin. HEX triplet: DC, C4 and 73. RGB value is (220,196,115). Sum of RGB (Red+Green+Blue) = 220+196+115=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC473 is #233B8C. Grayscale: #C2C2C2. Windows color (decimal): -2309005 or 7587036. OLE color: 7587036.
HSL color Cylindrical-coordinate representation of color #DCC473: hue angle of 46.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCC473 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 115 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.14 |
| HSL | 46.29º | 0.6% | 0.66% | - |
| HSV(B) | 46.29º | 0.48% | 0.86% | - |
| XYZ | 52.35 | 55.93 | 24.26 | - |
| YUV | 193.94 | 83.45 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 115 | 0 | 0.11 | 0.48 | 0.14 | 46.29 | 0.6 | 0.66 |
| Hex | DC | C4 | 73 | 0 | B | 30 | E | 2E | 3C | 42 |
| Octal | 334 | 304 | 163 | 0 | 13 | 60 | 16 | 56 | 74 | 102 |
| Binary | 11011100 | 11000100 | 1110011 | 0 | 1011 | 110000 | 1110 | 101110 | 111100 | 1000010 |
Color Harmonies of #DCC473
Complementary color
Monochromatic Colors of #DCC473
Black with #DCC473
Text Example
Text Example
White with #DCC473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC473; }
p { color: rgb(220,196,115); }
H1.HeaderClassName
{
color: #DCC473;
}
.AnyTagClassName
{
color: #DCC473;
}
</style>
background-color css
<style>
a { background-color: #DCC473; }
a { background-color: rgb(220,196,115); }
div.DivClassName
{
background-color: #DCC473;
}
.BgClassName
{
background-color: #DCC473;
}
</style>
border-color css
<style>
span { border-color: #DCC473; }
span { border-color: rgb(220,196,115); }
td.TdClassName
{
border-color: #DCC473;
}
.TagClassName
{
border-color: #DCC473;
}
</style>