Shades of Bird Flower #C7B716
Tints of Bird Flower #C7B716
RGB
CMYK
RGB Variations
Color information
#C7B716 (or 0xC7B716) is known color: Bird Flower. HEX triplet: C7, B7 and 16. RGB value is (199,183,22). Sum of RGB (Red+Green+Blue) = 199+183+22=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B716 is #3848E9. Grayscale: #AAAAAA. Windows color (decimal): -3688682 or 1488839. OLE color: 1488839.
HSL color Cylindrical-coordinate representation of color #C7B716: hue angle of 54.58º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7B716 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 183 | 22 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.22 |
| HSL | 54.58º | 0.8% | 0.43% | - |
| HSV(B) | 54.58º | 0.89% | 0.78% | - |
| XYZ | 40.63 | 46.07 | 7.51 | - |
| YUV | 169.43 | 44.8 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 22 | 0 | 0.08 | 0.89 | 0.22 | 54.58 | 0.8 | 0.43 |
| Hex | C7 | B7 | 16 | 0 | 8 | 59 | 16 | 37 | 50 | 2B |
| Octal | 307 | 267 | 26 | 0 | 10 | 131 | 26 | 67 | 120 | 53 |
| Binary | 11000111 | 10110111 | 10110 | 0 | 1000 | 1011001 | 10110 | 110111 | 1010000 | 101011 |
Color Harmonies of #C7B716
Complementary color
Monochromatic Colors of #C7B716
Black with #C7B716
Text Example
Text Example
White with #C7B716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B716; }
p { color: rgb(199,183,22); }
H1.HeaderClassName
{
color: #C7B716;
}
.AnyTagClassName
{
color: #C7B716;
}
</style>
background-color css
<style>
a { background-color: #C7B716; }
a { background-color: rgb(199,183,22); }
div.DivClassName
{
background-color: #C7B716;
}
.BgClassName
{
background-color: #C7B716;
}
</style>
border-color css
<style>
span { border-color: #C7B716; }
span { border-color: rgb(199,183,22); }
td.TdClassName
{
border-color: #C7B716;
}
.TagClassName
{
border-color: #C7B716;
}
</style>