Shades of Chenin #DCC963
Tints of Chenin #DCC963
RGB
CMYK
RGB Variations
Color information
#DCC963 (or 0xDCC963) is known color: Chenin. HEX triplet: DC, C9 and 63. RGB value is (220,201,99). Sum of RGB (Red+Green+Blue) = 220+201+99=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 99 (39.06% from 255 or 19.04% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC963 is #23369C. Grayscale: #C3C3C3. Windows color (decimal): -2307741 or 6539740. OLE color: 6539740.
HSL color Cylindrical-coordinate representation of color #DCC963: hue angle of 50.58º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCC963 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 99 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.14 |
| HSL | 50.58º | 0.63% | 0.63% | - |
| HSV(B) | 50.58º | 0.55% | 0.86% | - |
| XYZ | 52.65 | 57.89 | 20.2 | - |
| YUV | 195.05 | 73.79 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 99 | 0 | 0.09 | 0.55 | 0.14 | 50.58 | 0.63 | 0.63 |
| Hex | DC | C9 | 63 | 0 | 9 | 37 | E | 33 | 3F | 3F |
| Octal | 334 | 311 | 143 | 0 | 11 | 67 | 16 | 63 | 77 | 77 |
| Binary | 11011100 | 11001001 | 1100011 | 0 | 1001 | 110111 | 1110 | 110011 | 111111 | 111111 |
Color Harmonies of #DCC963
Complementary color
Monochromatic Colors of #DCC963
Black with #DCC963
Text Example
Text Example
White with #DCC963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC963; }
p { color: rgb(220,201,99); }
H1.HeaderClassName
{
color: #DCC963;
}
.AnyTagClassName
{
color: #DCC963;
}
</style>
background-color css
<style>
a { background-color: #DCC963; }
a { background-color: rgb(220,201,99); }
div.DivClassName
{
background-color: #DCC963;
}
.BgClassName
{
background-color: #DCC963;
}
</style>
border-color css
<style>
span { border-color: #DCC963; }
span { border-color: rgb(220,201,99); }
td.TdClassName
{
border-color: #DCC963;
}
.TagClassName
{
border-color: #DCC963;
}
</style>