Shades of Bird Flower #C5B511
Tints of Bird Flower #C5B511
RGB
CMYK
RGB Variations
Color information
#C5B511 (or 0xC5B511) is known color: Bird Flower. HEX triplet: C5, B5 and 11. RGB value is (197,181,17). Sum of RGB (Red+Green+Blue) = 197+181+17=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 17 (7.03% from 255 or 4.30% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B511 is #3A4AEE. Grayscale: #A7A7A7. Windows color (decimal): -3820271 or 1160645. OLE color: 1160645.
HSL color Cylindrical-coordinate representation of color #C5B511: hue angle of 54.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5B511 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 181 | 17 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.23 |
| HSL | 54.67º | 0.84% | 0.42% | - |
| HSV(B) | 54.67º | 0.91% | 0.77% | - |
| XYZ | 39.65 | 44.96 | 7.12 | - |
| YUV | 167.09 | 43.3 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 181 | 17 | 0 | 0.08 | 0.91 | 0.23 | 54.67 | 0.84 | 0.42 |
| Hex | C5 | B5 | 11 | 0 | 8 | 5B | 17 | 37 | 54 | 2A |
| Octal | 305 | 265 | 21 | 0 | 10 | 133 | 27 | 67 | 124 | 52 |
| Binary | 11000101 | 10110101 | 10001 | 0 | 1000 | 1011011 | 10111 | 110111 | 1010100 | 101010 |
Color Harmonies of #C5B511
Complementary color
Monochromatic Colors of #C5B511
Black with #C5B511
Text Example
Text Example
White with #C5B511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B511; }
p { color: rgb(197,181,17); }
H1.HeaderClassName
{
color: #C5B511;
}
.AnyTagClassName
{
color: #C5B511;
}
</style>
background-color css
<style>
a { background-color: #C5B511; }
a { background-color: rgb(197,181,17); }
div.DivClassName
{
background-color: #C5B511;
}
.BgClassName
{
background-color: #C5B511;
}
</style>
border-color css
<style>
span { border-color: #C5B511; }
span { border-color: rgb(197,181,17); }
td.TdClassName
{
border-color: #C5B511;
}
.TagClassName
{
border-color: #C5B511;
}
</style>