Shades of Bird Flower #C9B515
Tints of Bird Flower #C9B515
RGB
CMYK
RGB Variations
Color information
#C9B515 (or 0xC9B515) is known color: Bird Flower. HEX triplet: C9, B5 and 15. RGB value is (201,181,21). Sum of RGB (Red+Green+Blue) = 201+181+21=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 21 (8.59% from 255 or 5.21% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B515 is #364AEA. Grayscale: #A9A9A9. Windows color (decimal): -3558123 or 1422793. OLE color: 1422793.
HSL color Cylindrical-coordinate representation of color #C9B515: hue angle of 53.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9B515 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 181 | 21 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.21 |
| HSL | 53.33º | 0.81% | 0.44% | - |
| HSV(B) | 53.33º | 0.9% | 0.79% | - |
| XYZ | 40.75 | 45.52 | 7.35 | - |
| YUV | 168.74 | 44.63 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 181 | 21 | 0 | 0.10 | 0.90 | 0.21 | 53.33 | 0.81 | 0.44 |
| Hex | C9 | B5 | 15 | 0 | A | 5A | 15 | 35 | 51 | 2C |
| Octal | 311 | 265 | 25 | 0 | 12 | 132 | 25 | 65 | 121 | 54 |
| Binary | 11001001 | 10110101 | 10101 | 0 | 1010 | 1011010 | 10101 | 110101 | 1010001 | 101100 |
Color Harmonies of #C9B515
Complementary color
Monochromatic Colors of #C9B515
Black with #C9B515
Text Example
Text Example
White with #C9B515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B515; }
p { color: rgb(201,181,21); }
H1.HeaderClassName
{
color: #C9B515;
}
.AnyTagClassName
{
color: #C9B515;
}
</style>
background-color css
<style>
a { background-color: #C9B515; }
a { background-color: rgb(201,181,21); }
div.DivClassName
{
background-color: #C9B515;
}
.BgClassName
{
background-color: #C9B515;
}
</style>
border-color css
<style>
span { border-color: #C9B515; }
span { border-color: rgb(201,181,21); }
td.TdClassName
{
border-color: #C9B515;
}
.TagClassName
{
border-color: #C9B515;
}
</style>