Shades of Bird Flower #C5B417
Tints of Bird Flower #C5B417
RGB
CMYK
RGB Variations
Color information
#C5B417 (or 0xC5B417) is known color: Bird Flower. HEX triplet: C5, B4 and 17. RGB value is (197,180,23). Sum of RGB (Red+Green+Blue) = 197+180+23=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 23 (9.38% from 255 or 5.75% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B417 is #3A4BE8. Grayscale: #A7A7A7. Windows color (decimal): -3820521 or 1553605. OLE color: 1553605.
HSL color Cylindrical-coordinate representation of color #C5B417: hue angle of 54.14º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5B417 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 180 | 23 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.23 |
| HSL | 54.14º | 0.79% | 0.43% | - |
| HSV(B) | 54.14º | 0.88% | 0.77% | - |
| XYZ | 39.5 | 44.57 | 7.33 | - |
| YUV | 167.19 | 46.63 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 180 | 23 | 0 | 0.09 | 0.88 | 0.23 | 54.14 | 0.79 | 0.43 |
| Hex | C5 | B4 | 17 | 0 | 9 | 58 | 17 | 36 | 4F | 2B |
| Octal | 305 | 264 | 27 | 0 | 11 | 130 | 27 | 66 | 117 | 53 |
| Binary | 11000101 | 10110100 | 10111 | 0 | 1001 | 1011000 | 10111 | 110110 | 1001111 | 101011 |
Color Harmonies of #C5B417
Complementary color
Monochromatic Colors of #C5B417
Black with #C5B417
Text Example
Text Example
White with #C5B417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B417; }
p { color: rgb(197,180,23); }
H1.HeaderClassName
{
color: #C5B417;
}
.AnyTagClassName
{
color: #C5B417;
}
</style>
background-color css
<style>
a { background-color: #C5B417; }
a { background-color: rgb(197,180,23); }
div.DivClassName
{
background-color: #C5B417;
}
.BgClassName
{
background-color: #C5B417;
}
</style>
border-color css
<style>
span { border-color: #C5B417; }
span { border-color: rgb(197,180,23); }
td.TdClassName
{
border-color: #C5B417;
}
.TagClassName
{
border-color: #C5B417;
}
</style>