Shades of Deco #C9DA74
Tints of Deco #C9DA74
RGB
CMYK
RGB Variations
Color information
#C9DA74 (or 0xC9DA74) is known color: Deco. HEX triplet: C9, DA and 74. RGB value is (201,218,116). Sum of RGB (Red+Green+Blue) = 201+218+116=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DA74 is #36258B. Grayscale: #C9C9C9. Windows color (decimal): -3548556 or 7658185. OLE color: 7658185.
HSL color Cylindrical-coordinate representation of color #C9DA74: hue angle of 70º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9DA74 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 218 | 116 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.15 |
| HSL | 70º | 0.58% | 0.65% | - |
| HSV(B) | 70º | 0.47% | 0.85% | - |
| XYZ | 52.31 | 63.82 | 26.08 | - |
| YUV | 201.29 | 79.87 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 218 | 116 | 0.08 | 0 | 0.47 | 0.15 | 70 | 0.58 | 0.65 |
| Hex | C9 | DA | 74 | 8 | 0 | 2F | F | 46 | 3A | 41 |
| Octal | 311 | 332 | 164 | 10 | 0 | 57 | 17 | 106 | 72 | 101 |
| Binary | 11001001 | 11011010 | 1110100 | 1000 | 0 | 101111 | 1111 | 1000110 | 111010 | 1000001 |
Color Harmonies of #C9DA74
Complementary color
Monochromatic Colors of #C9DA74
Black with #C9DA74
Text Example
Text Example
White with #C9DA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DA74; }
p { color: rgb(201,218,116); }
H1.HeaderClassName
{
color: #C9DA74;
}
.AnyTagClassName
{
color: #C9DA74;
}
</style>
background-color css
<style>
a { background-color: #C9DA74; }
a { background-color: rgb(201,218,116); }
div.DivClassName
{
background-color: #C9DA74;
}
.BgClassName
{
background-color: #C9DA74;
}
</style>
border-color css
<style>
span { border-color: #C9DA74; }
span { border-color: rgb(201,218,116); }
td.TdClassName
{
border-color: #C9DA74;
}
.TagClassName
{
border-color: #C9DA74;
}
</style>