Shades of Chenin #DCC26D
Tints of Chenin #DCC26D
RGB
CMYK
RGB Variations
Color information
#DCC26D (or 0xDCC26D) is known color: Chenin. HEX triplet: DC, C2 and 6D. RGB value is (220,194,109). Sum of RGB (Red+Green+Blue) = 220+194+109=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC26D is #233D92. Grayscale: #C0C0C0. Windows color (decimal): -2309523 or 7193308. OLE color: 7193308.
HSL color Cylindrical-coordinate representation of color #DCC26D: hue angle of 45.95º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCC26D is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 109 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.14 |
| HSL | 45.95º | 0.61% | 0.65% | - |
| HSV(B) | 45.95º | 0.5% | 0.86% | - |
| XYZ | 51.57 | 54.9 | 22.35 | - |
| YUV | 192.08 | 81.11 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 109 | 0 | 0.12 | 0.50 | 0.14 | 45.95 | 0.61 | 0.65 |
| Hex | DC | C2 | 6D | 0 | C | 32 | E | 2E | 3D | 41 |
| Octal | 334 | 302 | 155 | 0 | 14 | 62 | 16 | 56 | 75 | 101 |
| Binary | 11011100 | 11000010 | 1101101 | 0 | 1100 | 110010 | 1110 | 101110 | 111101 | 1000001 |
Color Harmonies of #DCC26D
Complementary color
Monochromatic Colors of #DCC26D
Black with #DCC26D
Text Example
Text Example
White with #DCC26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC26D; }
p { color: rgb(220,194,109); }
H1.HeaderClassName
{
color: #DCC26D;
}
.AnyTagClassName
{
color: #DCC26D;
}
</style>
background-color css
<style>
a { background-color: #DCC26D; }
a { background-color: rgb(220,194,109); }
div.DivClassName
{
background-color: #DCC26D;
}
.BgClassName
{
background-color: #DCC26D;
}
</style>
border-color css
<style>
span { border-color: #DCC26D; }
span { border-color: rgb(220,194,109); }
td.TdClassName
{
border-color: #DCC26D;
}
.TagClassName
{
border-color: #DCC26D;
}
</style>