Shades of Chenin #DCC26B
Tints of Chenin #DCC26B
RGB
CMYK
RGB Variations
Color information
#DCC26B (or 0xDCC26B) is known color: Chenin. HEX triplet: DC, C2 and 6B. RGB value is (220,194,107). Sum of RGB (Red+Green+Blue) = 220+194+107=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 107 (42.19% from 255 or 20.54% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC26B is #233D94. Grayscale: #C0C0C0. Windows color (decimal): -2309525 or 7062236. OLE color: 7062236.
HSL color Cylindrical-coordinate representation of color #DCC26B: hue angle of 46.19º 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 #DCC26B is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 107 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.14 |
| HSL | 46.19º | 0.62% | 0.64% | - |
| HSV(B) | 46.19º | 0.51% | 0.86% | - |
| XYZ | 51.46 | 54.86 | 21.79 | - |
| YUV | 191.86 | 80.11 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 107 | 0 | 0.12 | 0.51 | 0.14 | 46.19 | 0.62 | 0.64 |
| Hex | DC | C2 | 6B | 0 | C | 33 | E | 2E | 3E | 40 |
| Octal | 334 | 302 | 153 | 0 | 14 | 63 | 16 | 56 | 76 | 100 |
| Binary | 11011100 | 11000010 | 1101011 | 0 | 1100 | 110011 | 1110 | 101110 | 111110 | 1000000 |
Color Harmonies of #DCC26B
Complementary color
Monochromatic Colors of #DCC26B
Black with #DCC26B
Text Example
Text Example
White with #DCC26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC26B; }
p { color: rgb(220,194,107); }
H1.HeaderClassName
{
color: #DCC26B;
}
.AnyTagClassName
{
color: #DCC26B;
}
</style>
background-color css
<style>
a { background-color: #DCC26B; }
a { background-color: rgb(220,194,107); }
div.DivClassName
{
background-color: #DCC26B;
}
.BgClassName
{
background-color: #DCC26B;
}
</style>
border-color css
<style>
span { border-color: #DCC26B; }
span { border-color: rgb(220,194,107); }
td.TdClassName
{
border-color: #DCC26B;
}
.TagClassName
{
border-color: #DCC26B;
}
</style>