Shades of Chenin #DCCB6C
Tints of Chenin #DCCB6C
RGB
CMYK
RGB Variations
Color information
#DCCB6C (or 0xDCCB6C) is known color: Chenin. HEX triplet: DC, CB and 6C. RGB value is (220,203,108). Sum of RGB (Red+Green+Blue) = 220+203+108=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB6C is #233493. Grayscale: #C5C5C5. Windows color (decimal): -2307220 or 7130076. OLE color: 7130076.
HSL color Cylindrical-coordinate representation of color #DCCB6C: hue angle of 50.89º 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 #DCCB6C is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 108 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.14 |
| HSL | 50.89º | 0.62% | 0.64% | - |
| HSV(B) | 50.89º | 0.51% | 0.86% | - |
| XYZ | 53.58 | 59.01 | 22.75 | - |
| YUV | 197.25 | 77.63 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 108 | 0 | 0.08 | 0.51 | 0.14 | 50.89 | 0.62 | 0.64 |
| Hex | DC | CB | 6C | 0 | 8 | 33 | E | 33 | 3E | 40 |
| Octal | 334 | 313 | 154 | 0 | 10 | 63 | 16 | 63 | 76 | 100 |
| Binary | 11011100 | 11001011 | 1101100 | 0 | 1000 | 110011 | 1110 | 110011 | 111110 | 1000000 |
Color Harmonies of #DCCB6C
Complementary color
Monochromatic Colors of #DCCB6C
Black with #DCCB6C
Text Example
Text Example
White with #DCCB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB6C; }
p { color: rgb(220,203,108); }
H1.HeaderClassName
{
color: #DCCB6C;
}
.AnyTagClassName
{
color: #DCCB6C;
}
</style>
background-color css
<style>
a { background-color: #DCCB6C; }
a { background-color: rgb(220,203,108); }
div.DivClassName
{
background-color: #DCCB6C;
}
.BgClassName
{
background-color: #DCCB6C;
}
</style>
border-color css
<style>
span { border-color: #DCCB6C; }
span { border-color: rgb(220,203,108); }
td.TdClassName
{
border-color: #DCCB6C;
}
.TagClassName
{
border-color: #DCCB6C;
}
</style>