Shades of Chenin #DCC074
Tints of Chenin #DCC074
RGB
CMYK
RGB Variations
Color information
#DCC074 (or 0xDCC074) is known color: Chenin. HEX triplet: DC, C0 and 74. RGB value is (220,192,116). Sum of RGB (Red+Green+Blue) = 220+192+116=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC074 is #233F8B. Grayscale: #C0C0C0. Windows color (decimal): -2310028 or 7651548. OLE color: 7651548.
HSL color Cylindrical-coordinate representation of color #DCC074: hue angle of 43.85º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCC074 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 116 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.14 |
| HSL | 43.85º | 0.6% | 0.66% | - |
| HSV(B) | 43.85º | 0.47% | 0.86% | - |
| XYZ | 51.52 | 54.18 | 24.26 | - |
| YUV | 191.71 | 85.28 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 116 | 0 | 0.13 | 0.47 | 0.14 | 43.85 | 0.6 | 0.66 |
| Hex | DC | C0 | 74 | 0 | D | 2F | E | 2C | 3C | 42 |
| Octal | 334 | 300 | 164 | 0 | 15 | 57 | 16 | 54 | 74 | 102 |
| Binary | 11011100 | 11000000 | 1110100 | 0 | 1101 | 101111 | 1110 | 101100 | 111100 | 1000010 |
Color Harmonies of #DCC074
Complementary color
Monochromatic Colors of #DCC074
Black with #DCC074
Text Example
Text Example
White with #DCC074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC074; }
p { color: rgb(220,192,116); }
H1.HeaderClassName
{
color: #DCC074;
}
.AnyTagClassName
{
color: #DCC074;
}
</style>
background-color css
<style>
a { background-color: #DCC074; }
a { background-color: rgb(220,192,116); }
div.DivClassName
{
background-color: #DCC074;
}
.BgClassName
{
background-color: #DCC074;
}
</style>
border-color css
<style>
span { border-color: #DCC074; }
span { border-color: rgb(220,192,116); }
td.TdClassName
{
border-color: #DCC074;
}
.TagClassName
{
border-color: #DCC074;
}
</style>