Shades of Bird Flower #C9B919
Tints of Bird Flower #C9B919
RGB
CMYK
RGB Variations
Color information
#C9B919 (or 0xC9B919) is known color: Bird Flower. HEX triplet: C9, B9 and 19. RGB value is (201,185,25). Sum of RGB (Red+Green+Blue) = 201+185+25=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 25 (10.16% from 255 or 6.08% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B919 is #3646E6. Grayscale: #ACACAC. Windows color (decimal): -3557095 or 1685961. OLE color: 1685961.
HSL color Cylindrical-coordinate representation of color #C9B919: hue angle of 54.55º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9B919 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 185 | 25 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.21 |
| HSL | 54.55º | 0.78% | 0.44% | - |
| HSV(B) | 54.55º | 0.88% | 0.79% | - |
| XYZ | 41.61 | 47.19 | 7.83 | - |
| YUV | 171.54 | 45.3 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 185 | 25 | 0 | 0.08 | 0.88 | 0.21 | 54.55 | 0.78 | 0.44 |
| Hex | C9 | B9 | 19 | 0 | 8 | 58 | 15 | 37 | 4E | 2C |
| Octal | 311 | 271 | 31 | 0 | 10 | 130 | 25 | 67 | 116 | 54 |
| Binary | 11001001 | 10111001 | 11001 | 0 | 1000 | 1011000 | 10101 | 110111 | 1001110 | 101100 |
Color Harmonies of #C9B919
Complementary color
Monochromatic Colors of #C9B919
Black with #C9B919
Text Example
Text Example
White with #C9B919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B919; }
p { color: rgb(201,185,25); }
H1.HeaderClassName
{
color: #C9B919;
}
.AnyTagClassName
{
color: #C9B919;
}
</style>
background-color css
<style>
a { background-color: #C9B919; }
a { background-color: rgb(201,185,25); }
div.DivClassName
{
background-color: #C9B919;
}
.BgClassName
{
background-color: #C9B919;
}
</style>
border-color css
<style>
span { border-color: #C9B919; }
span { border-color: rgb(201,185,25); }
td.TdClassName
{
border-color: #C9B919;
}
.TagClassName
{
border-color: #C9B919;
}
</style>