Shades of Deco #C9D579
Tints of Deco #C9D579
RGB
CMYK
RGB Variations
Color information
#C9D579 (or 0xC9D579) is known color: Deco. HEX triplet: C9, D5 and 79. RGB value is (201,213,121). Sum of RGB (Red+Green+Blue) = 201+213+121=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 121 (47.66% from 255 or 22.62% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D579 is #362A86. Grayscale: #C7C7C7. Windows color (decimal): -3549831 or 7984585. OLE color: 7984585.
HSL color Cylindrical-coordinate representation of color #C9D579: hue angle of 67.83º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C9D579 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 213 | 121 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.16 |
| HSL | 67.83º | 0.52% | 0.65% | - |
| HSV(B) | 67.83º | 0.43% | 0.84% | - |
| XYZ | 51.33 | 61.39 | 27.23 | - |
| YUV | 198.92 | 84.02 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 213 | 121 | 0.06 | 0 | 0.43 | 0.16 | 67.83 | 0.52 | 0.65 |
| Hex | C9 | D5 | 79 | 6 | 0 | 2B | 10 | 44 | 34 | 41 |
| Octal | 311 | 325 | 171 | 6 | 0 | 53 | 20 | 104 | 64 | 101 |
| Binary | 11001001 | 11010101 | 1111001 | 110 | 0 | 101011 | 10000 | 1000100 | 110100 | 1000001 |
Color Harmonies of #C9D579
Complementary color
Monochromatic Colors of #C9D579
Black with #C9D579
Text Example
Text Example
White with #C9D579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D579; }
p { color: rgb(201,213,121); }
H1.HeaderClassName
{
color: #C9D579;
}
.AnyTagClassName
{
color: #C9D579;
}
</style>
background-color css
<style>
a { background-color: #C9D579; }
a { background-color: rgb(201,213,121); }
div.DivClassName
{
background-color: #C9D579;
}
.BgClassName
{
background-color: #C9D579;
}
</style>
border-color css
<style>
span { border-color: #C9D579; }
span { border-color: rgb(201,213,121); }
td.TdClassName
{
border-color: #C9D579;
}
.TagClassName
{
border-color: #C9D579;
}
</style>