Shades of Chenin #DCC173
Tints of Chenin #DCC173
RGB
CMYK
RGB Variations
Color information
#DCC173 (or 0xDCC173) is known color: Chenin. HEX triplet: DC, C1 and 73. RGB value is (220,193,115). Sum of RGB (Red+Green+Blue) = 220+193+115=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 115 (45.31% from 255 or 21.78% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC173 is #233E8C. Grayscale: #C0C0C0. Windows color (decimal): -2309773 or 7586268. OLE color: 7586268.
HSL color Cylindrical-coordinate representation of color #DCC173: hue angle of 44.57º 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 #DCC173 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 115 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.14 |
| HSL | 44.57º | 0.6% | 0.66% | - |
| HSV(B) | 44.57º | 0.48% | 0.86% | - |
| XYZ | 51.68 | 54.59 | 24.03 | - |
| YUV | 192.18 | 84.45 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 115 | 0 | 0.12 | 0.48 | 0.14 | 44.57 | 0.6 | 0.66 |
| Hex | DC | C1 | 73 | 0 | C | 30 | E | 2D | 3C | 42 |
| Octal | 334 | 301 | 163 | 0 | 14 | 60 | 16 | 55 | 74 | 102 |
| Binary | 11011100 | 11000001 | 1110011 | 0 | 1100 | 110000 | 1110 | 101101 | 111100 | 1000010 |
Color Harmonies of #DCC173
Complementary color
Monochromatic Colors of #DCC173
Black with #DCC173
Text Example
Text Example
White with #DCC173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC173; }
p { color: rgb(220,193,115); }
H1.HeaderClassName
{
color: #DCC173;
}
.AnyTagClassName
{
color: #DCC173;
}
</style>
background-color css
<style>
a { background-color: #DCC173; }
a { background-color: rgb(220,193,115); }
div.DivClassName
{
background-color: #DCC173;
}
.BgClassName
{
background-color: #DCC173;
}
</style>
border-color css
<style>
span { border-color: #DCC173; }
span { border-color: rgb(220,193,115); }
td.TdClassName
{
border-color: #DCC173;
}
.TagClassName
{
border-color: #DCC173;
}
</style>