Shades of Chenin #DCC678
Tints of Chenin #DCC678
RGB
CMYK
RGB Variations
Color information
#DCC678 (or 0xDCC678) is known color: Chenin. HEX triplet: DC, C6 and 78. RGB value is (220,198,120). Sum of RGB (Red+Green+Blue) = 220+198+120=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 120 (47.27% from 255 or 22.30% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC678 is #233987. Grayscale: #C4C4C4. Windows color (decimal): -2308488 or 7915228. OLE color: 7915228.
HSL color Cylindrical-coordinate representation of color #DCC678: hue angle of 46.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCC678 is Cyan = 0, Magento = 0.1, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 120 | - |
| CMYK | 0 | 0.1 | 0.45 | 0.14 |
| HSL | 46.8º | 0.59% | 0.67% | - |
| HSV(B) | 46.8º | 0.45% | 0.86% | - |
| XYZ | 53.1 | 56.96 | 25.97 | - |
| YUV | 195.69 | 85.29 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 120 | 0 | 0.1 | 0.45 | 0.14 | 46.8 | 0.59 | 0.67 |
| Hex | DC | C6 | 78 | 0 | A | 2D | E | 2F | 3B | 43 |
| Octal | 334 | 306 | 170 | 0 | 12 | 55 | 16 | 57 | 73 | 103 |
| Binary | 11011100 | 11000110 | 1111000 | 0 | 1010 | 101101 | 1110 | 101111 | 111011 | 1000011 |
Color Harmonies of #DCC678
Complementary color
Monochromatic Colors of #DCC678
Black with #DCC678
Text Example
Text Example
White with #DCC678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC678; }
p { color: rgb(220,198,120); }
H1.HeaderClassName
{
color: #DCC678;
}
.AnyTagClassName
{
color: #DCC678;
}
</style>
background-color css
<style>
a { background-color: #DCC678; }
a { background-color: rgb(220,198,120); }
div.DivClassName
{
background-color: #DCC678;
}
.BgClassName
{
background-color: #DCC678;
}
</style>
border-color css
<style>
span { border-color: #DCC678; }
span { border-color: rgb(220,198,120); }
td.TdClassName
{
border-color: #DCC678;
}
.TagClassName
{
border-color: #DCC678;
}
</style>