Shades of Chenin #DCC773
Tints of Chenin #DCC773
RGB
CMYK
RGB Variations
Color information
#DCC773 (or 0xDCC773) is known color: Chenin. HEX triplet: DC, C7 and 73. RGB value is (220,199,115). Sum of RGB (Red+Green+Blue) = 220+199+115=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 115 (45.31% from 255 or 21.54% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC773 is #23388C. Grayscale: #C4C4C4. Windows color (decimal): -2308237 or 7587804. OLE color: 7587804.
HSL color Cylindrical-coordinate representation of color #DCC773: hue angle of 48º 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 #DCC773 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 115 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.14 |
| HSL | 48º | 0.6% | 0.66% | - |
| HSV(B) | 48º | 0.48% | 0.86% | - |
| XYZ | 53.03 | 57.3 | 24.48 | - |
| YUV | 195.7 | 82.46 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 115 | 0 | 0.10 | 0.48 | 0.14 | 48 | 0.6 | 0.66 |
| Hex | DC | C7 | 73 | 0 | A | 30 | E | 30 | 3C | 42 |
| Octal | 334 | 307 | 163 | 0 | 12 | 60 | 16 | 60 | 74 | 102 |
| Binary | 11011100 | 11000111 | 1110011 | 0 | 1010 | 110000 | 1110 | 110000 | 111100 | 1000010 |
Color Harmonies of #DCC773
Complementary color
Monochromatic Colors of #DCC773
Black with #DCC773
Text Example
Text Example
White with #DCC773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC773; }
p { color: rgb(220,199,115); }
H1.HeaderClassName
{
color: #DCC773;
}
.AnyTagClassName
{
color: #DCC773;
}
</style>
background-color css
<style>
a { background-color: #DCC773; }
a { background-color: rgb(220,199,115); }
div.DivClassName
{
background-color: #DCC773;
}
.BgClassName
{
background-color: #DCC773;
}
</style>
border-color css
<style>
span { border-color: #DCC773; }
span { border-color: rgb(220,199,115); }
td.TdClassName
{
border-color: #DCC773;
}
.TagClassName
{
border-color: #DCC773;
}
</style>