Shades of Chenin #DCC774
Tints of Chenin #DCC774
RGB
CMYK
RGB Variations
Color information
#DCC774 (or 0xDCC774) is known color: Chenin. HEX triplet: DC, C7 and 74. RGB value is (220,199,116). Sum of RGB (Red+Green+Blue) = 220+199+116=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC774 is #23388B. Grayscale: #C4C4C4. Windows color (decimal): -2308236 or 7653340. OLE color: 7653340.
HSL color Cylindrical-coordinate representation of color #DCC774: hue angle of 47.88º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCC774 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 116 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.14 |
| HSL | 47.88º | 0.6% | 0.66% | - |
| HSV(B) | 47.88º | 0.47% | 0.86% | - |
| XYZ | 53.09 | 57.32 | 24.79 | - |
| YUV | 195.82 | 82.96 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 116 | 0 | 0.10 | 0.47 | 0.14 | 47.88 | 0.6 | 0.66 |
| Hex | DC | C7 | 74 | 0 | A | 2F | E | 30 | 3C | 42 |
| Octal | 334 | 307 | 164 | 0 | 12 | 57 | 16 | 60 | 74 | 102 |
| Binary | 11011100 | 11000111 | 1110100 | 0 | 1010 | 101111 | 1110 | 110000 | 111100 | 1000010 |
Color Harmonies of #DCC774
Complementary color
Monochromatic Colors of #DCC774
Black with #DCC774
Text Example
Text Example
White with #DCC774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC774; }
p { color: rgb(220,199,116); }
H1.HeaderClassName
{
color: #DCC774;
}
.AnyTagClassName
{
color: #DCC774;
}
</style>
background-color css
<style>
a { background-color: #DCC774; }
a { background-color: rgb(220,199,116); }
div.DivClassName
{
background-color: #DCC774;
}
.BgClassName
{
background-color: #DCC774;
}
</style>
border-color css
<style>
span { border-color: #DCC774; }
span { border-color: rgb(220,199,116); }
td.TdClassName
{
border-color: #DCC774;
}
.TagClassName
{
border-color: #DCC774;
}
</style>