Shades of Chenin #DCC762
Tints of Chenin #DCC762
RGB
CMYK
RGB Variations
Color information
#DCC762 (or 0xDCC762) is known color: Chenin. HEX triplet: DC, C7 and 62. RGB value is (220,199,98). Sum of RGB (Red+Green+Blue) = 220+199+98=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 98 (38.67% from 255 or 18.96% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC762 is #23389D. Grayscale: #C2C2C2. Windows color (decimal): -2308254 or 6473692. OLE color: 6473692.
HSL color Cylindrical-coordinate representation of color #DCC762: hue angle of 49.67º 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 #DCC762 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 98 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.14 |
| HSL | 49.67º | 0.64% | 0.62% | - |
| HSV(B) | 49.67º | 0.55% | 0.86% | - |
| XYZ | 52.14 | 56.94 | 19.8 | - |
| YUV | 193.77 | 73.96 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 98 | 0 | 0.10 | 0.55 | 0.14 | 49.67 | 0.64 | 0.62 |
| Hex | DC | C7 | 62 | 0 | A | 37 | E | 32 | 40 | 3E |
| Octal | 334 | 307 | 142 | 0 | 12 | 67 | 16 | 62 | 100 | 76 |
| Binary | 11011100 | 11000111 | 1100010 | 0 | 1010 | 110111 | 1110 | 110010 | 1000000 | 111110 |
Color Harmonies of #DCC762
Complementary color
Monochromatic Colors of #DCC762
Black with #DCC762
Text Example
Text Example
White with #DCC762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC762; }
p { color: rgb(220,199,98); }
H1.HeaderClassName
{
color: #DCC762;
}
.AnyTagClassName
{
color: #DCC762;
}
</style>
background-color css
<style>
a { background-color: #DCC762; }
a { background-color: rgb(220,199,98); }
div.DivClassName
{
background-color: #DCC762;
}
.BgClassName
{
background-color: #DCC762;
}
</style>
border-color css
<style>
span { border-color: #DCC762; }
span { border-color: rgb(220,199,98); }
td.TdClassName
{
border-color: #DCC762;
}
.TagClassName
{
border-color: #DCC762;
}
</style>