Shades of Bird Flower #C9B30E
Tints of Bird Flower #C9B30E
RGB
CMYK
RGB Variations
Color information
#C9B30E (or 0xC9B30E) is known color: Bird Flower. HEX triplet: C9, B3 and 0E. RGB value is (201,179,14). Sum of RGB (Red+Green+Blue) = 201+179+14=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 14 (5.86% from 255 or 3.55% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B30E is #364CF1. Grayscale: #A7A7A7. Windows color (decimal): -3558642 or 963529. OLE color: 963529.
HSL color Cylindrical-coordinate representation of color #C9B30E: hue angle of 52.94º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9B30E is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 179 | 14 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.21 |
| HSL | 52.94º | 0.87% | 0.42% | - |
| HSV(B) | 52.94º | 0.93% | 0.79% | - |
| XYZ | 40.29 | 44.69 | 6.92 | - |
| YUV | 166.77 | 41.79 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 179 | 14 | 0 | 0.11 | 0.93 | 0.21 | 52.94 | 0.87 | 0.42 |
| Hex | C9 | B3 | E | 0 | B | 5D | 15 | 35 | 57 | 2A |
| Octal | 311 | 263 | 16 | 0 | 13 | 135 | 25 | 65 | 127 | 52 |
| Binary | 11001001 | 10110011 | 1110 | 0 | 1011 | 1011101 | 10101 | 110101 | 1010111 | 101010 |
Color Harmonies of #C9B30E
Complementary color
Monochromatic Colors of #C9B30E
Black with #C9B30E
Text Example
Text Example
White with #C9B30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B30E; }
p { color: rgb(201,179,14); }
H1.HeaderClassName
{
color: #C9B30E;
}
.AnyTagClassName
{
color: #C9B30E;
}
</style>
background-color css
<style>
a { background-color: #C9B30E; }
a { background-color: rgb(201,179,14); }
div.DivClassName
{
background-color: #C9B30E;
}
.BgClassName
{
background-color: #C9B30E;
}
</style>
border-color css
<style>
span { border-color: #C9B30E; }
span { border-color: rgb(201,179,14); }
td.TdClassName
{
border-color: #C9B30E;
}
.TagClassName
{
border-color: #C9B30E;
}
</style>