Shades of Deco #C7D079
Tints of Deco #C7D079
RGB
CMYK
RGB Variations
Color information
#C7D079 (or 0xC7D079) is known color: Deco. HEX triplet: C7, D0 and 79. RGB value is (199,208,121). Sum of RGB (Red+Green+Blue) = 199+208+121=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 121 (47.66% from 255 or 22.92% from 528); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D079 is #382F86. Grayscale: #C3C3C3. Windows color (decimal): -3682183 or 7983303. OLE color: 7983303.
HSL color Cylindrical-coordinate representation of color #C7D079: hue angle of 66.21º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7D079 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 121 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.18 |
| HSL | 66.21º | 0.48% | 0.65% | - |
| HSV(B) | 66.21º | 0.42% | 0.82% | - |
| XYZ | 49.56 | 58.63 | 26.79 | - |
| YUV | 195.39 | 86.02 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 121 | 0.04 | 0 | 0.42 | 0.18 | 66.21 | 0.48 | 0.65 |
| Hex | C7 | D0 | 79 | 4 | 0 | 2A | 12 | 42 | 30 | 41 |
| Octal | 307 | 320 | 171 | 4 | 0 | 52 | 22 | 102 | 60 | 101 |
| Binary | 11000111 | 11010000 | 1111001 | 100 | 0 | 101010 | 10010 | 1000010 | 110000 | 1000001 |
Color Harmonies of #C7D079
Complementary color
Monochromatic Colors of #C7D079
Black with #C7D079
Text Example
Text Example
White with #C7D079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D079; }
p { color: rgb(199,208,121); }
H1.HeaderClassName
{
color: #C7D079;
}
.AnyTagClassName
{
color: #C7D079;
}
</style>
background-color css
<style>
a { background-color: #C7D079; }
a { background-color: rgb(199,208,121); }
div.DivClassName
{
background-color: #C7D079;
}
.BgClassName
{
background-color: #C7D079;
}
</style>
border-color css
<style>
span { border-color: #C7D079; }
span { border-color: rgb(199,208,121); }
td.TdClassName
{
border-color: #C7D079;
}
.TagClassName
{
border-color: #C7D079;
}
</style>