Shades of Bird Flower #C9B321
Tints of Bird Flower #C9B321
RGB
CMYK
RGB Variations
Color information
#C9B321 (or 0xC9B321) is known color: Bird Flower. HEX triplet: C9, B3 and 21. RGB value is (201,179,33). Sum of RGB (Red+Green+Blue) = 201+179+33=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 33 (13.28% from 255 or 7.99% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B321 is #364CDE. Grayscale: #A9A9A9. Windows color (decimal): -3558623 or 2208713. OLE color: 2208713.
HSL color Cylindrical-coordinate representation of color #C9B321: hue angle of 52.14º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9B321 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 179 | 33 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.21 |
| HSL | 52.14º | 0.72% | 0.46% | - |
| HSV(B) | 52.14º | 0.84% | 0.79% | - |
| XYZ | 40.48 | 44.77 | 7.95 | - |
| YUV | 168.93 | 51.29 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 179 | 33 | 0 | 0.11 | 0.84 | 0.21 | 52.14 | 0.72 | 0.46 |
| Hex | C9 | B3 | 21 | 0 | B | 54 | 15 | 34 | 48 | 2E |
| Octal | 311 | 263 | 41 | 0 | 13 | 124 | 25 | 64 | 110 | 56 |
| Binary | 11001001 | 10110011 | 100001 | 0 | 1011 | 1010100 | 10101 | 110100 | 1001000 | 101110 |
Color Harmonies of #C9B321
Complementary color
Monochromatic Colors of #C9B321
Black with #C9B321
Text Example
Text Example
White with #C9B321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B321; }
p { color: rgb(201,179,33); }
H1.HeaderClassName
{
color: #C9B321;
}
.AnyTagClassName
{
color: #C9B321;
}
</style>
background-color css
<style>
a { background-color: #C9B321; }
a { background-color: rgb(201,179,33); }
div.DivClassName
{
background-color: #C9B321;
}
.BgClassName
{
background-color: #C9B321;
}
</style>
border-color css
<style>
span { border-color: #C9B321; }
span { border-color: rgb(201,179,33); }
td.TdClassName
{
border-color: #C9B321;
}
.TagClassName
{
border-color: #C9B321;
}
</style>