Shades of Deco #C9D16F
Tints of Deco #C9D16F
RGB
CMYK
RGB Variations
Color information
#C9D16F (or 0xC9D16F) is known color: Deco. HEX triplet: C9, D1 and 6F. RGB value is (201,209,111). Sum of RGB (Red+Green+Blue) = 201+209+111=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 209 - color contains mainly: green. Hex color #C9D16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D16F is #362E90. Grayscale: #C3C3C3. Windows color (decimal): -3550865 or 7328201. OLE color: 7328201.
HSL color Cylindrical-coordinate representation of color #C9D16F: hue angle of 64.9º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9D16F is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 209 | 111 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.18 |
| HSL | 64.9º | 0.52% | 0.63% | - |
| HSV(B) | 64.9º | 0.47% | 0.82% | - |
| XYZ | 49.76 | 59.17 | 23.84 | - |
| YUV | 195.44 | 80.35 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 209 | 111 | 0.04 | 0 | 0.47 | 0.18 | 64.9 | 0.52 | 0.63 |
| Hex | C9 | D1 | 6F | 4 | 0 | 2F | 12 | 41 | 34 | 3F |
| Octal | 311 | 321 | 157 | 4 | 0 | 57 | 22 | 101 | 64 | 77 |
| Binary | 11001001 | 11010001 | 1101111 | 100 | 0 | 101111 | 10010 | 1000001 | 110100 | 111111 |
Color Harmonies of #C9D16F
Complementary color
Monochromatic Colors of #C9D16F
Black with #C9D16F
Text Example
Text Example
White with #C9D16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D16F; }
p { color: rgb(201,209,111); }
H1.HeaderClassName
{
color: #C9D16F;
}
.AnyTagClassName
{
color: #C9D16F;
}
</style>
background-color css
<style>
a { background-color: #C9D16F; }
a { background-color: rgb(201,209,111); }
div.DivClassName
{
background-color: #C9D16F;
}
.BgClassName
{
background-color: #C9D16F;
}
</style>
border-color css
<style>
span { border-color: #C9D16F; }
span { border-color: rgb(201,209,111); }
td.TdClassName
{
border-color: #C9D16F;
}
.TagClassName
{
border-color: #C9D16F;
}
</style>