Shades of Chenin #DCC565
Tints of Chenin #DCC565
RGB
CMYK
RGB Variations
Color information
#DCC565 (or 0xDCC565) is known color: Chenin. HEX triplet: DC, C5 and 65. RGB value is (220,197,101). Sum of RGB (Red+Green+Blue) = 220+197+101=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC565 is #233A9A. Grayscale: #C1C1C1. Windows color (decimal): -2308763 or 6669788. OLE color: 6669788.
HSL color Cylindrical-coordinate representation of color #DCC565: hue angle of 48.4º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCC565 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 101 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.14 |
| HSL | 48.4º | 0.63% | 0.63% | - |
| HSV(B) | 48.4º | 0.54% | 0.86% | - |
| XYZ | 51.83 | 56.09 | 20.41 | - |
| YUV | 192.93 | 76.12 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 101 | 0 | 0.10 | 0.54 | 0.14 | 48.4 | 0.63 | 0.63 |
| Hex | DC | C5 | 65 | 0 | A | 36 | E | 30 | 3F | 3F |
| Octal | 334 | 305 | 145 | 0 | 12 | 66 | 16 | 60 | 77 | 77 |
| Binary | 11011100 | 11000101 | 1100101 | 0 | 1010 | 110110 | 1110 | 110000 | 111111 | 111111 |
Color Harmonies of #DCC565
Complementary color
Monochromatic Colors of #DCC565
Black with #DCC565
Text Example
Text Example
White with #DCC565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC565; }
p { color: rgb(220,197,101); }
H1.HeaderClassName
{
color: #DCC565;
}
.AnyTagClassName
{
color: #DCC565;
}
</style>
background-color css
<style>
a { background-color: #DCC565; }
a { background-color: rgb(220,197,101); }
div.DivClassName
{
background-color: #DCC565;
}
.BgClassName
{
background-color: #DCC565;
}
</style>
border-color css
<style>
span { border-color: #DCC565; }
span { border-color: rgb(220,197,101); }
td.TdClassName
{
border-color: #DCC565;
}
.TagClassName
{
border-color: #DCC565;
}
</style>