Shades of Bird Flower #C9BB14
Tints of Bird Flower #C9BB14
RGB
CMYK
RGB Variations
Color information
#C9BB14 (or 0xC9BB14) is known color: Bird Flower. HEX triplet: C9, BB and 14. RGB value is (201,187,20). Sum of RGB (Red+Green+Blue) = 201+187+20=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BB14 is #3644EB. Grayscale: #ACACAC. Windows color (decimal): -3556588 or 1358793. OLE color: 1358793.
HSL color Cylindrical-coordinate representation of color #C9BB14: hue angle of 55.36º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9BB14 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 187 | 20 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.21 |
| HSL | 55.36º | 0.82% | 0.43% | - |
| HSV(B) | 55.36º | 0.9% | 0.79% | - |
| XYZ | 41.98 | 48.01 | 7.72 | - |
| YUV | 172.15 | 42.14 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 20 | 0 | 0.07 | 0.90 | 0.21 | 55.36 | 0.82 | 0.43 |
| Hex | C9 | BB | 14 | 0 | 7 | 5A | 15 | 37 | 52 | 2B |
| Octal | 311 | 273 | 24 | 0 | 7 | 132 | 25 | 67 | 122 | 53 |
| Binary | 11001001 | 10111011 | 10100 | 0 | 111 | 1011010 | 10101 | 110111 | 1010010 | 101011 |
Color Harmonies of #C9BB14
Complementary color
Monochromatic Colors of #C9BB14
Black with #C9BB14
Text Example
Text Example
White with #C9BB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BB14; }
p { color: rgb(201,187,20); }
H1.HeaderClassName
{
color: #C9BB14;
}
.AnyTagClassName
{
color: #C9BB14;
}
</style>
background-color css
<style>
a { background-color: #C9BB14; }
a { background-color: rgb(201,187,20); }
div.DivClassName
{
background-color: #C9BB14;
}
.BgClassName
{
background-color: #C9BB14;
}
</style>
border-color css
<style>
span { border-color: #C9BB14; }
span { border-color: rgb(201,187,20); }
td.TdClassName
{
border-color: #C9BB14;
}
.TagClassName
{
border-color: #C9BB14;
}
</style>