Shades of Chenin #DCC76A
Tints of Chenin #DCC76A
RGB
CMYK
RGB Variations
Color information
#DCC76A (or 0xDCC76A) is known color: Chenin. HEX triplet: DC, C7 and 6A. RGB value is (220,199,106). Sum of RGB (Red+Green+Blue) = 220+199+106=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC76A is #233895. Grayscale: #C3C3C3. Windows color (decimal): -2308246 or 6997980. OLE color: 6997980.
HSL color Cylindrical-coordinate representation of color #DCC76A: hue angle of 48.95º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCC76A is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 106 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.14 |
| HSL | 48.95º | 0.62% | 0.64% | - |
| HSV(B) | 48.95º | 0.52% | 0.86% | - |
| XYZ | 52.54 | 57.1 | 21.89 | - |
| YUV | 194.68 | 77.96 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 106 | 0 | 0.10 | 0.52 | 0.14 | 48.95 | 0.62 | 0.64 |
| Hex | DC | C7 | 6A | 0 | A | 34 | E | 31 | 3E | 40 |
| Octal | 334 | 307 | 152 | 0 | 12 | 64 | 16 | 61 | 76 | 100 |
| Binary | 11011100 | 11000111 | 1101010 | 0 | 1010 | 110100 | 1110 | 110001 | 111110 | 1000000 |
Color Harmonies of #DCC76A
Complementary color
Monochromatic Colors of #DCC76A
Black with #DCC76A
Text Example
Text Example
White with #DCC76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC76A; }
p { color: rgb(220,199,106); }
H1.HeaderClassName
{
color: #DCC76A;
}
.AnyTagClassName
{
color: #DCC76A;
}
</style>
background-color css
<style>
a { background-color: #DCC76A; }
a { background-color: rgb(220,199,106); }
div.DivClassName
{
background-color: #DCC76A;
}
.BgClassName
{
background-color: #DCC76A;
}
</style>
border-color css
<style>
span { border-color: #DCC76A; }
span { border-color: rgb(220,199,106); }
td.TdClassName
{
border-color: #DCC76A;
}
.TagClassName
{
border-color: #DCC76A;
}
</style>