Shades of Bird Flower #C9B309
Tints of Bird Flower #C9B309
RGB
CMYK
RGB Variations
Color information
#C9B309 (or 0xC9B309) is known color: Bird Flower. HEX triplet: C9, B3 and 09. RGB value is (201,179,9). Sum of RGB (Red+Green+Blue) = 201+179+9=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 9 (3.91% from 255 or 2.31% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B309 is #364CF6. Grayscale: #A6A6A6. Windows color (decimal): -3558647 or 635849. OLE color: 635849.
HSL color Cylindrical-coordinate representation of color #C9B309: hue angle of 53.12º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9B309 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 179 | 9 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.21 |
| HSL | 53.13º | 0.91% | 0.41% | - |
| HSV(B) | 53.13º | 0.96% | 0.79% | - |
| XYZ | 40.26 | 44.68 | 6.76 | - |
| YUV | 166.2 | 39.29 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 179 | 9 | 0 | 0.11 | 0.96 | 0.21 | 53.13 | 0.91 | 0.41 |
| Hex | C9 | B3 | 9 | 0 | B | 60 | 15 | 35 | 5B | 29 |
| Octal | 311 | 263 | 11 | 0 | 13 | 140 | 25 | 65 | 133 | 51 |
| Binary | 11001001 | 10110011 | 1001 | 0 | 1011 | 1100000 | 10101 | 110101 | 1011011 | 101001 |
Color Harmonies of #C9B309
Complementary color
Monochromatic Colors of #C9B309
Black with #C9B309
Text Example
Text Example
White with #C9B309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B309; }
p { color: rgb(201,179,9); }
H1.HeaderClassName
{
color: #C9B309;
}
.AnyTagClassName
{
color: #C9B309;
}
</style>
background-color css
<style>
a { background-color: #C9B309; }
a { background-color: rgb(201,179,9); }
div.DivClassName
{
background-color: #C9B309;
}
.BgClassName
{
background-color: #C9B309;
}
</style>
border-color css
<style>
span { border-color: #C9B309; }
span { border-color: rgb(201,179,9); }
td.TdClassName
{
border-color: #C9B309;
}
.TagClassName
{
border-color: #C9B309;
}
</style>