Shades of Deco #C9D97F
Tints of Deco #C9D97F
RGB
CMYK
RGB Variations
Color information
#C9D97F (or 0xC9D97F) is known color: Deco. HEX triplet: C9, D9 and 7F. RGB value is (201,217,127). Sum of RGB (Red+Green+Blue) = 201+217+127=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 127 (50% from 255 or 23.30% from 545); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D97F is #362680. Grayscale: #CACACA. Windows color (decimal): -3548801 or 8378825. OLE color: 8378825.
HSL color Cylindrical-coordinate representation of color #C9D97F: hue angle of 70.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C9D97F is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 217 | 127 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.15 |
| HSL | 70.67º | 0.54% | 0.67% | - |
| HSV(B) | 70.67º | 0.41% | 0.85% | - |
| XYZ | 52.73 | 63.58 | 29.57 | - |
| YUV | 201.96 | 85.7 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 217 | 127 | 0.07 | 0 | 0.41 | 0.15 | 70.67 | 0.54 | 0.67 |
| Hex | C9 | D9 | 7F | 7 | 0 | 29 | F | 47 | 36 | 43 |
| Octal | 311 | 331 | 177 | 7 | 0 | 51 | 17 | 107 | 66 | 103 |
| Binary | 11001001 | 11011001 | 1111111 | 111 | 0 | 101001 | 1111 | 1000111 | 110110 | 1000011 |
Color Harmonies of #C9D97F
Complementary color
Monochromatic Colors of #C9D97F
Black with #C9D97F
Text Example
Text Example
White with #C9D97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D97F; }
p { color: rgb(201,217,127); }
H1.HeaderClassName
{
color: #C9D97F;
}
.AnyTagClassName
{
color: #C9D97F;
}
</style>
background-color css
<style>
a { background-color: #C9D97F; }
a { background-color: rgb(201,217,127); }
div.DivClassName
{
background-color: #C9D97F;
}
.BgClassName
{
background-color: #C9D97F;
}
</style>
border-color css
<style>
span { border-color: #C9D97F; }
span { border-color: rgb(201,217,127); }
td.TdClassName
{
border-color: #C9D97F;
}
.TagClassName
{
border-color: #C9D97F;
}
</style>