Shades of Deco #C7D98A
Tints of Deco #C7D98A
RGB
CMYK
RGB Variations
Color information
#C7D98A (or 0xC7D98A) is known color: Deco. HEX triplet: C7, D9 and 8A. RGB value is (199,217,138). Sum of RGB (Red+Green+Blue) = 199+217+138=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 217 - color contains mainly: green. Hex color #C7D98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D98A is #382675. Grayscale: #CACACA. Windows color (decimal): -3679862 or 9099719. OLE color: 9099719.
HSL color Cylindrical-coordinate representation of color #C7D98A: hue angle of 73.67º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C7D98A is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 217 | 138 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.15 |
| HSL | 73.67º | 0.51% | 0.7% | - |
| HSV(B) | 73.67º | 0.36% | 0.85% | - |
| XYZ | 52.95 | 63.6 | 33.53 | - |
| YUV | 202.61 | 91.54 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 217 | 138 | 0.08 | 0 | 0.36 | 0.15 | 73.67 | 0.51 | 0.7 |
| Hex | C7 | D9 | 8A | 8 | 0 | 24 | F | 4A | 33 | 46 |
| Octal | 307 | 331 | 212 | 10 | 0 | 44 | 17 | 112 | 63 | 106 |
| Binary | 11000111 | 11011001 | 10001010 | 1000 | 0 | 100100 | 1111 | 1001010 | 110011 | 1000110 |
Color Harmonies of #C7D98A
Complementary color
Monochromatic Colors of #C7D98A
Black with #C7D98A
Text Example
Text Example
White with #C7D98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D98A; }
p { color: rgb(199,217,138); }
H1.HeaderClassName
{
color: #C7D98A;
}
.AnyTagClassName
{
color: #C7D98A;
}
</style>
background-color css
<style>
a { background-color: #C7D98A; }
a { background-color: rgb(199,217,138); }
div.DivClassName
{
background-color: #C7D98A;
}
.BgClassName
{
background-color: #C7D98A;
}
</style>
border-color css
<style>
span { border-color: #C7D98A; }
span { border-color: rgb(199,217,138); }
td.TdClassName
{
border-color: #C7D98A;
}
.TagClassName
{
border-color: #C7D98A;
}
</style>