Shades of Chenin #DCC26F
Tints of Chenin #DCC26F
RGB
CMYK
RGB Variations
Color information
#DCC26F (or 0xDCC26F) is known color: Chenin. HEX triplet: DC, C2 and 6F. RGB value is (220,194,111). Sum of RGB (Red+Green+Blue) = 220+194+111=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 111 (43.75% from 255 or 21.14% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC26F is #233D90. Grayscale: #C0C0C0. Windows color (decimal): -2309521 or 7324380. OLE color: 7324380.
HSL color Cylindrical-coordinate representation of color #DCC26F: hue angle of 45.69º 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 #DCC26F is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 111 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.14 |
| HSL | 45.69º | 0.61% | 0.65% | - |
| HSV(B) | 45.69º | 0.5% | 0.86% | - |
| XYZ | 51.68 | 54.95 | 22.92 | - |
| YUV | 192.31 | 82.11 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 111 | 0 | 0.12 | 0.50 | 0.14 | 45.69 | 0.61 | 0.65 |
| Hex | DC | C2 | 6F | 0 | C | 32 | E | 2E | 3D | 41 |
| Octal | 334 | 302 | 157 | 0 | 14 | 62 | 16 | 56 | 75 | 101 |
| Binary | 11011100 | 11000010 | 1101111 | 0 | 1100 | 110010 | 1110 | 101110 | 111101 | 1000001 |
Color Harmonies of #DCC26F
Complementary color
Monochromatic Colors of #DCC26F
Black with #DCC26F
Text Example
Text Example
White with #DCC26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC26F; }
p { color: rgb(220,194,111); }
H1.HeaderClassName
{
color: #DCC26F;
}
.AnyTagClassName
{
color: #DCC26F;
}
</style>
background-color css
<style>
a { background-color: #DCC26F; }
a { background-color: rgb(220,194,111); }
div.DivClassName
{
background-color: #DCC26F;
}
.BgClassName
{
background-color: #DCC26F;
}
</style>
border-color css
<style>
span { border-color: #DCC26F; }
span { border-color: rgb(220,194,111); }
td.TdClassName
{
border-color: #DCC26F;
}
.TagClassName
{
border-color: #DCC26F;
}
</style>