Shades of Chenin #DCC862
Tints of Chenin #DCC862
RGB
CMYK
RGB Variations
Color information
#DCC862 (or 0xDCC862) is known color: Chenin. HEX triplet: DC, C8 and 62. RGB value is (220,200,98). Sum of RGB (Red+Green+Blue) = 220+200+98=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 98 (38.67% from 255 or 18.92% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC862 is #23379D. Grayscale: #C2C2C2. Windows color (decimal): -2307998 or 6473948. OLE color: 6473948.
HSL color Cylindrical-coordinate representation of color #DCC862: hue angle of 50.16º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCC862 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 98 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.14 |
| HSL | 50.16º | 0.64% | 0.62% | - |
| HSV(B) | 50.16º | 0.55% | 0.86% | - |
| XYZ | 52.37 | 57.41 | 19.88 | - |
| YUV | 194.35 | 73.63 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 98 | 0 | 0.09 | 0.55 | 0.14 | 50.16 | 0.64 | 0.62 |
| Hex | DC | C8 | 62 | 0 | 9 | 37 | E | 32 | 40 | 3E |
| Octal | 334 | 310 | 142 | 0 | 11 | 67 | 16 | 62 | 100 | 76 |
| Binary | 11011100 | 11001000 | 1100010 | 0 | 1001 | 110111 | 1110 | 110010 | 1000000 | 111110 |
Color Harmonies of #DCC862
Complementary color
Monochromatic Colors of #DCC862
Black with #DCC862
Text Example
Text Example
White with #DCC862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC862; }
p { color: rgb(220,200,98); }
H1.HeaderClassName
{
color: #DCC862;
}
.AnyTagClassName
{
color: #DCC862;
}
</style>
background-color css
<style>
a { background-color: #DCC862; }
a { background-color: rgb(220,200,98); }
div.DivClassName
{
background-color: #DCC862;
}
.BgClassName
{
background-color: #DCC862;
}
</style>
border-color css
<style>
span { border-color: #DCC862; }
span { border-color: rgb(220,200,98); }
td.TdClassName
{
border-color: #DCC862;
}
.TagClassName
{
border-color: #DCC862;
}
</style>