Shades of Chenin #DCC26A
Tints of Chenin #DCC26A
RGB
CMYK
RGB Variations
Color information
#DCC26A (or 0xDCC26A) is known color: Chenin. HEX triplet: DC, C2 and 6A. RGB value is (220,194,106). Sum of RGB (Red+Green+Blue) = 220+194+106=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC26A is #233D95. Grayscale: #C0C0C0. Windows color (decimal): -2309526 or 6996700. OLE color: 6996700.
HSL color Cylindrical-coordinate representation of color #DCC26A: hue angle of 46.32º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCC26A is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 106 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.14 |
| HSL | 46.32º | 0.62% | 0.64% | - |
| HSV(B) | 46.32º | 0.52% | 0.86% | - |
| XYZ | 51.41 | 54.84 | 21.51 | - |
| YUV | 191.74 | 79.61 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 106 | 0 | 0.12 | 0.52 | 0.14 | 46.32 | 0.62 | 0.64 |
| Hex | DC | C2 | 6A | 0 | C | 34 | E | 2E | 3E | 40 |
| Octal | 334 | 302 | 152 | 0 | 14 | 64 | 16 | 56 | 76 | 100 |
| Binary | 11011100 | 11000010 | 1101010 | 0 | 1100 | 110100 | 1110 | 101110 | 111110 | 1000000 |
Color Harmonies of #DCC26A
Complementary color
Monochromatic Colors of #DCC26A
Black with #DCC26A
Text Example
Text Example
White with #DCC26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC26A; }
p { color: rgb(220,194,106); }
H1.HeaderClassName
{
color: #DCC26A;
}
.AnyTagClassName
{
color: #DCC26A;
}
</style>
background-color css
<style>
a { background-color: #DCC26A; }
a { background-color: rgb(220,194,106); }
div.DivClassName
{
background-color: #DCC26A;
}
.BgClassName
{
background-color: #DCC26A;
}
</style>
border-color css
<style>
span { border-color: #DCC26A; }
span { border-color: rgb(220,194,106); }
td.TdClassName
{
border-color: #DCC26A;
}
.TagClassName
{
border-color: #DCC26A;
}
</style>