Shades of Bird Flower #C9CD0C
Tints of Bird Flower #C9CD0C
RGB
CMYK
RGB Variations
Color information
#C9CD0C (or 0xC9CD0C) is known color: Bird Flower. HEX triplet: C9, CD and 0C. RGB value is (201,205,12). Sum of RGB (Red+Green+Blue) = 201+205+12=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9CD0C is #3632F3. Grayscale: #B6B6B6. Windows color (decimal): -3551988 or 839113. OLE color: 839113.
HSL color Cylindrical-coordinate representation of color #C9CD0C: hue angle of 61.24º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9CD0C is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 205 | 12 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.20 |
| HSL | 61.24º | 0.89% | 0.43% | - |
| HSV(B) | 61.24º | 0.94% | 0.8% | - |
| XYZ | 45.99 | 56.11 | 8.75 | - |
| YUV | 181.8 | 32.17 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 205 | 12 | 0.02 | 0 | 0.94 | 0.20 | 61.24 | 0.89 | 0.43 |
| Hex | C9 | CD | C | 2 | 0 | 5E | 14 | 3D | 59 | 2B |
| Octal | 311 | 315 | 14 | 2 | 0 | 136 | 24 | 75 | 131 | 53 |
| Binary | 11001001 | 11001101 | 1100 | 10 | 0 | 1011110 | 10100 | 111101 | 1011001 | 101011 |
Color Harmonies of #C9CD0C
Complementary color
Monochromatic Colors of #C9CD0C
Black with #C9CD0C
Text Example
Text Example
White with #C9CD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CD0C; }
p { color: rgb(201,205,12); }
H1.HeaderClassName
{
color: #C9CD0C;
}
.AnyTagClassName
{
color: #C9CD0C;
}
</style>
background-color css
<style>
a { background-color: #C9CD0C; }
a { background-color: rgb(201,205,12); }
div.DivClassName
{
background-color: #C9CD0C;
}
.BgClassName
{
background-color: #C9CD0C;
}
</style>
border-color css
<style>
span { border-color: #C9CD0C; }
span { border-color: rgb(201,205,12); }
td.TdClassName
{
border-color: #C9CD0C;
}
.TagClassName
{
border-color: #C9CD0C;
}
</style>