Shades of Bird Flower #C5B310
Tints of Bird Flower #C5B310
RGB
CMYK
RGB Variations
Color information
#C5B310 (or 0xC5B310) is known color: Bird Flower. HEX triplet: C5, B3 and 10. RGB value is (197,179,16). Sum of RGB (Red+Green+Blue) = 197+179+16=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 16 (6.64% from 255 or 4.08% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B310 is #3A4CEF. Grayscale: #A6A6A6. Windows color (decimal): -3820784 or 1094597. OLE color: 1094597.
HSL color Cylindrical-coordinate representation of color #C5B310: hue angle of 54.03º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5B310 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 179 | 16 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.23 |
| HSL | 54.03º | 0.85% | 0.42% | - |
| HSV(B) | 54.03º | 0.92% | 0.77% | - |
| XYZ | 39.24 | 44.15 | 6.94 | - |
| YUV | 165.8 | 43.46 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 179 | 16 | 0 | 0.09 | 0.92 | 0.23 | 54.03 | 0.85 | 0.42 |
| Hex | C5 | B3 | 10 | 0 | 9 | 5C | 17 | 36 | 55 | 2A |
| Octal | 305 | 263 | 20 | 0 | 11 | 134 | 27 | 66 | 125 | 52 |
| Binary | 11000101 | 10110011 | 10000 | 0 | 1001 | 1011100 | 10111 | 110110 | 1010101 | 101010 |
Color Harmonies of #C5B310
Complementary color
Monochromatic Colors of #C5B310
Black with #C5B310
Text Example
Text Example
White with #C5B310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B310; }
p { color: rgb(197,179,16); }
H1.HeaderClassName
{
color: #C5B310;
}
.AnyTagClassName
{
color: #C5B310;
}
</style>
background-color css
<style>
a { background-color: #C5B310; }
a { background-color: rgb(197,179,16); }
div.DivClassName
{
background-color: #C5B310;
}
.BgClassName
{
background-color: #C5B310;
}
</style>
border-color css
<style>
span { border-color: #C5B310; }
span { border-color: rgb(197,179,16); }
td.TdClassName
{
border-color: #C5B310;
}
.TagClassName
{
border-color: #C5B310;
}
</style>