Shades of Chenin #DCC26C
Tints of Chenin #DCC26C
RGB
CMYK
RGB Variations
Color information
#DCC26C (or 0xDCC26C) is known color: Chenin. HEX triplet: DC, C2 and 6C. RGB value is (220,194,108). Sum of RGB (Red+Green+Blue) = 220+194+108=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 108 (42.58% from 255 or 20.69% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC26C is #233D93. Grayscale: #C0C0C0. Windows color (decimal): -2309524 or 7127772. OLE color: 7127772.
HSL color Cylindrical-coordinate representation of color #DCC26C: hue angle of 46.07º 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 #DCC26C is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 108 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.14 |
| HSL | 46.07º | 0.62% | 0.64% | - |
| HSV(B) | 46.07º | 0.51% | 0.86% | - |
| XYZ | 51.51 | 54.88 | 22.07 | - |
| YUV | 191.97 | 80.61 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 108 | 0 | 0.12 | 0.51 | 0.14 | 46.07 | 0.62 | 0.64 |
| Hex | DC | C2 | 6C | 0 | C | 33 | E | 2E | 3E | 40 |
| Octal | 334 | 302 | 154 | 0 | 14 | 63 | 16 | 56 | 76 | 100 |
| Binary | 11011100 | 11000010 | 1101100 | 0 | 1100 | 110011 | 1110 | 101110 | 111110 | 1000000 |
Color Harmonies of #DCC26C
Complementary color
Monochromatic Colors of #DCC26C
Black with #DCC26C
Text Example
Text Example
White with #DCC26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC26C; }
p { color: rgb(220,194,108); }
H1.HeaderClassName
{
color: #DCC26C;
}
.AnyTagClassName
{
color: #DCC26C;
}
</style>
background-color css
<style>
a { background-color: #DCC26C; }
a { background-color: rgb(220,194,108); }
div.DivClassName
{
background-color: #DCC26C;
}
.BgClassName
{
background-color: #DCC26C;
}
</style>
border-color css
<style>
span { border-color: #DCC26C; }
span { border-color: rgb(220,194,108); }
td.TdClassName
{
border-color: #DCC26C;
}
.TagClassName
{
border-color: #DCC26C;
}
</style>