Shades of Chenin #DCC373
Tints of Chenin #DCC373
RGB
CMYK
RGB Variations
Color information
#DCC373 (or 0xDCC373) is known color: Chenin. HEX triplet: DC, C3 and 73. RGB value is (220,195,115). Sum of RGB (Red+Green+Blue) = 220+195+115=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 115 (45.31% from 255 or 21.70% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC373 is #233C8C. Grayscale: #C1C1C1. Windows color (decimal): -2309261 or 7586780. OLE color: 7586780.
HSL color Cylindrical-coordinate representation of color #DCC373: hue angle of 45.71º 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 #DCC373 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 115 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.14 |
| HSL | 45.71º | 0.6% | 0.66% | - |
| HSV(B) | 45.71º | 0.48% | 0.86% | - |
| XYZ | 52.12 | 55.48 | 24.18 | - |
| YUV | 193.36 | 83.78 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 115 | 0 | 0.11 | 0.48 | 0.14 | 45.71 | 0.6 | 0.66 |
| Hex | DC | C3 | 73 | 0 | B | 30 | E | 2E | 3C | 42 |
| Octal | 334 | 303 | 163 | 0 | 13 | 60 | 16 | 56 | 74 | 102 |
| Binary | 11011100 | 11000011 | 1110011 | 0 | 1011 | 110000 | 1110 | 101110 | 111100 | 1000010 |
Color Harmonies of #DCC373
Complementary color
Monochromatic Colors of #DCC373
Black with #DCC373
Text Example
Text Example
White with #DCC373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC373; }
p { color: rgb(220,195,115); }
H1.HeaderClassName
{
color: #DCC373;
}
.AnyTagClassName
{
color: #DCC373;
}
</style>
background-color css
<style>
a { background-color: #DCC373; }
a { background-color: rgb(220,195,115); }
div.DivClassName
{
background-color: #DCC373;
}
.BgClassName
{
background-color: #DCC373;
}
</style>
border-color css
<style>
span { border-color: #DCC373; }
span { border-color: rgb(220,195,115); }
td.TdClassName
{
border-color: #DCC373;
}
.TagClassName
{
border-color: #DCC373;
}
</style>