Shades of Deco #C9D07F
Tints of Deco #C9D07F
RGB
CMYK
RGB Variations
Color information
#C9D07F (or 0xC9D07F) is known color: Deco. HEX triplet: C9, D0 and 7F. RGB value is (201,208,127). Sum of RGB (Red+Green+Blue) = 201+208+127=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 127 (50% from 255 or 23.69% from 536); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D07F is #362F80. Grayscale: #C4C4C4. Windows color (decimal): -3551105 or 8376521. OLE color: 8376521.
HSL color Cylindrical-coordinate representation of color #C9D07F: hue angle of 65.19º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C9D07F is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 208 | 127 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.18 |
| HSL | 65.19º | 0.46% | 0.66% | - |
| HSV(B) | 65.19º | 0.39% | 0.82% | - |
| XYZ | 50.47 | 59.06 | 28.82 | - |
| YUV | 196.67 | 88.68 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 208 | 127 | 0.03 | 0 | 0.39 | 0.18 | 65.19 | 0.46 | 0.66 |
| Hex | C9 | D0 | 7F | 3 | 0 | 27 | 12 | 41 | 2E | 42 |
| Octal | 311 | 320 | 177 | 3 | 0 | 47 | 22 | 101 | 56 | 102 |
| Binary | 11001001 | 11010000 | 1111111 | 11 | 0 | 100111 | 10010 | 1000001 | 101110 | 1000010 |
Color Harmonies of #C9D07F
Complementary color
Monochromatic Colors of #C9D07F
Black with #C9D07F
Text Example
Text Example
White with #C9D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D07F; }
p { color: rgb(201,208,127); }
H1.HeaderClassName
{
color: #C9D07F;
}
.AnyTagClassName
{
color: #C9D07F;
}
</style>
background-color css
<style>
a { background-color: #C9D07F; }
a { background-color: rgb(201,208,127); }
div.DivClassName
{
background-color: #C9D07F;
}
.BgClassName
{
background-color: #C9D07F;
}
</style>
border-color css
<style>
span { border-color: #C9D07F; }
span { border-color: rgb(201,208,127); }
td.TdClassName
{
border-color: #C9D07F;
}
.TagClassName
{
border-color: #C9D07F;
}
</style>