Shades of Bird Flower #C9B303
Tints of Bird Flower #C9B303
RGB
CMYK
RGB Variations
Color information
#C9B303 (or 0xC9B303) is known color: Bird Flower. HEX triplet: C9, B3 and 03. RGB value is (201,179,3). Sum of RGB (Red+Green+Blue) = 201+179+3=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 3 (1.56% from 255 or 0.78% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B303 is #364CFC. Grayscale: #A6A6A6. Windows color (decimal): -3558653 or 242633. OLE color: 242633.
HSL color Cylindrical-coordinate representation of color #C9B303: hue angle of 53.33º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9B303 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 179 | 3 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.21 |
| HSL | 53.33º | 0.97% | 0.4% | - |
| HSV(B) | 53.33º | 0.99% | 0.79% | - |
| XYZ | 40.22 | 44.66 | 6.59 | - |
| YUV | 165.51 | 36.29 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 179 | 3 | 0 | 0.11 | 0.99 | 0.21 | 53.33 | 0.97 | 0.4 |
| Hex | C9 | B3 | 3 | 0 | B | 63 | 15 | 35 | 61 | 28 |
| Octal | 311 | 263 | 3 | 0 | 13 | 143 | 25 | 65 | 141 | 50 |
| Binary | 11001001 | 10110011 | 11 | 0 | 1011 | 1100011 | 10101 | 110101 | 1100001 | 101000 |
Color Harmonies of #C9B303
Complementary color
Monochromatic Colors of #C9B303
Black with #C9B303
Text Example
Text Example
White with #C9B303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B303; }
p { color: rgb(201,179,3); }
H1.HeaderClassName
{
color: #C9B303;
}
.AnyTagClassName
{
color: #C9B303;
}
</style>
background-color css
<style>
a { background-color: #C9B303; }
a { background-color: rgb(201,179,3); }
div.DivClassName
{
background-color: #C9B303;
}
.BgClassName
{
background-color: #C9B303;
}
</style>
border-color css
<style>
span { border-color: #C9B303; }
span { border-color: rgb(201,179,3); }
td.TdClassName
{
border-color: #C9B303;
}
.TagClassName
{
border-color: #C9B303;
}
</style>