Shades of Deco #C9D97E
Tints of Deco #C9D97E
RGB
CMYK
RGB Variations
Color information
#C9D97E (or 0xC9D97E) is known color: Deco. HEX triplet: C9, D9 and 7E. RGB value is (201,217,126). Sum of RGB (Red+Green+Blue) = 201+217+126=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 126 (49.61% from 255 or 23.16% from 544); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D97E is #362681. Grayscale: #CACACA. Windows color (decimal): -3548802 or 8313289. OLE color: 8313289.
HSL color Cylindrical-coordinate representation of color #C9D97E: hue angle of 70.55º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C9D97E is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 217 | 126 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.15 |
| HSL | 70.55º | 0.54% | 0.67% | - |
| HSV(B) | 70.55º | 0.42% | 0.85% | - |
| XYZ | 52.67 | 63.55 | 29.23 | - |
| YUV | 201.84 | 85.2 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 217 | 126 | 0.07 | 0 | 0.42 | 0.15 | 70.55 | 0.54 | 0.67 |
| Hex | C9 | D9 | 7E | 7 | 0 | 2A | F | 47 | 36 | 43 |
| Octal | 311 | 331 | 176 | 7 | 0 | 52 | 17 | 107 | 66 | 103 |
| Binary | 11001001 | 11011001 | 1111110 | 111 | 0 | 101010 | 1111 | 1000111 | 110110 | 1000011 |
Color Harmonies of #C9D97E
Complementary color
Monochromatic Colors of #C9D97E
Black with #C9D97E
Text Example
Text Example
White with #C9D97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D97E; }
p { color: rgb(201,217,126); }
H1.HeaderClassName
{
color: #C9D97E;
}
.AnyTagClassName
{
color: #C9D97E;
}
</style>
background-color css
<style>
a { background-color: #C9D97E; }
a { background-color: rgb(201,217,126); }
div.DivClassName
{
background-color: #C9D97E;
}
.BgClassName
{
background-color: #C9D97E;
}
</style>
border-color css
<style>
span { border-color: #C9D97E; }
span { border-color: rgb(201,217,126); }
td.TdClassName
{
border-color: #C9D97E;
}
.TagClassName
{
border-color: #C9D97E;
}
</style>