Shades of Chenin #DCC16C
Tints of Chenin #DCC16C
RGB
CMYK
RGB Variations
Color information
#DCC16C (or 0xDCC16C) is known color: Chenin. HEX triplet: DC, C1 and 6C. RGB value is (220,193,108). Sum of RGB (Red+Green+Blue) = 220+193+108=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC16C is #233E93. Grayscale: #BFBFBF. Windows color (decimal): -2309780 or 7127516. OLE color: 7127516.
HSL color Cylindrical-coordinate representation of color #DCC16C: hue angle of 45.54º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCC16C is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 108 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.14 |
| HSL | 45.54º | 0.62% | 0.64% | - |
| HSV(B) | 45.54º | 0.51% | 0.86% | - |
| XYZ | 51.29 | 54.44 | 21.99 | - |
| YUV | 191.38 | 80.95 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 108 | 0 | 0.12 | 0.51 | 0.14 | 45.54 | 0.62 | 0.64 |
| Hex | DC | C1 | 6C | 0 | C | 33 | E | 2E | 3E | 40 |
| Octal | 334 | 301 | 154 | 0 | 14 | 63 | 16 | 56 | 76 | 100 |
| Binary | 11011100 | 11000001 | 1101100 | 0 | 1100 | 110011 | 1110 | 101110 | 111110 | 1000000 |
Color Harmonies of #DCC16C
Complementary color
Monochromatic Colors of #DCC16C
Black with #DCC16C
Text Example
Text Example
White with #DCC16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC16C; }
p { color: rgb(220,193,108); }
H1.HeaderClassName
{
color: #DCC16C;
}
.AnyTagClassName
{
color: #DCC16C;
}
</style>
background-color css
<style>
a { background-color: #DCC16C; }
a { background-color: rgb(220,193,108); }
div.DivClassName
{
background-color: #DCC16C;
}
.BgClassName
{
background-color: #DCC16C;
}
</style>
border-color css
<style>
span { border-color: #DCC16C; }
span { border-color: rgb(220,193,108); }
td.TdClassName
{
border-color: #DCC16C;
}
.TagClassName
{
border-color: #DCC16C;
}
</style>