Shades of Bird Flower #C5B714
Tints of Bird Flower #C5B714
RGB
CMYK
RGB Variations
Color information
#C5B714 (or 0xC5B714) is known color: Bird Flower. HEX triplet: C5, B7 and 14. RGB value is (197,183,20). Sum of RGB (Red+Green+Blue) = 197+183+20=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 20 (8.20% from 255 or 5% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B714 is #3A48EB. Grayscale: #A9A9A9. Windows color (decimal): -3819756 or 1357765. OLE color: 1357765.
HSL color Cylindrical-coordinate representation of color #C5B714: hue angle of 55.25º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5B714 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 183 | 20 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.23 |
| HSL | 55.25º | 0.82% | 0.43% | - |
| HSV(B) | 55.25º | 0.9% | 0.77% | - |
| XYZ | 40.09 | 45.79 | 7.39 | - |
| YUV | 168.6 | 44.14 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 183 | 20 | 0 | 0.07 | 0.90 | 0.23 | 55.25 | 0.82 | 0.43 |
| Hex | C5 | B7 | 14 | 0 | 7 | 5A | 17 | 37 | 52 | 2B |
| Octal | 305 | 267 | 24 | 0 | 7 | 132 | 27 | 67 | 122 | 53 |
| Binary | 11000101 | 10110111 | 10100 | 0 | 111 | 1011010 | 10111 | 110111 | 1010010 | 101011 |
Color Harmonies of #C5B714
Complementary color
Monochromatic Colors of #C5B714
Black with #C5B714
Text Example
Text Example
White with #C5B714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B714; }
p { color: rgb(197,183,20); }
H1.HeaderClassName
{
color: #C5B714;
}
.AnyTagClassName
{
color: #C5B714;
}
</style>
background-color css
<style>
a { background-color: #C5B714; }
a { background-color: rgb(197,183,20); }
div.DivClassName
{
background-color: #C5B714;
}
.BgClassName
{
background-color: #C5B714;
}
</style>
border-color css
<style>
span { border-color: #C5B714; }
span { border-color: rgb(197,183,20); }
td.TdClassName
{
border-color: #C5B714;
}
.TagClassName
{
border-color: #C5B714;
}
</style>