Shades of Bird Flower #C9B311
Tints of Bird Flower #C9B311
RGB
CMYK
RGB Variations
Color information
#C9B311 (or 0xC9B311) is known color: Bird Flower. HEX triplet: C9, B3 and 11. RGB value is (201,179,17). Sum of RGB (Red+Green+Blue) = 201+179+17=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B311 is #364CEE. Grayscale: #A7A7A7. Windows color (decimal): -3558639 or 1160137. OLE color: 1160137.
HSL color Cylindrical-coordinate representation of color #C9B311: hue angle of 52.83º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9B311 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 179 | 17 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.21 |
| HSL | 52.83º | 0.84% | 0.43% | - |
| HSV(B) | 52.83º | 0.92% | 0.79% | - |
| XYZ | 40.31 | 44.7 | 7.03 | - |
| YUV | 167.11 | 43.29 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 179 | 17 | 0 | 0.11 | 0.92 | 0.21 | 52.83 | 0.84 | 0.43 |
| Hex | C9 | B3 | 11 | 0 | B | 5C | 15 | 35 | 54 | 2B |
| Octal | 311 | 263 | 21 | 0 | 13 | 134 | 25 | 65 | 124 | 53 |
| Binary | 11001001 | 10110011 | 10001 | 0 | 1011 | 1011100 | 10101 | 110101 | 1010100 | 101011 |
Color Harmonies of #C9B311
Complementary color
Monochromatic Colors of #C9B311
Black with #C9B311
Text Example
Text Example
White with #C9B311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B311; }
p { color: rgb(201,179,17); }
H1.HeaderClassName
{
color: #C9B311;
}
.AnyTagClassName
{
color: #C9B311;
}
</style>
background-color css
<style>
a { background-color: #C9B311; }
a { background-color: rgb(201,179,17); }
div.DivClassName
{
background-color: #C9B311;
}
.BgClassName
{
background-color: #C9B311;
}
</style>
border-color css
<style>
span { border-color: #C9B311; }
span { border-color: rgb(201,179,17); }
td.TdClassName
{
border-color: #C9B311;
}
.TagClassName
{
border-color: #C9B311;
}
</style>