Shades of Bird Flower #C7B811
Tints of Bird Flower #C7B811
RGB
CMYK
RGB Variations
Color information
#C7B811 (or 0xC7B811) is known color: Bird Flower. HEX triplet: C7, B8 and 11. RGB value is (199,184,17). Sum of RGB (Red+Green+Blue) = 199+184+17=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B811 is #3847EE. Grayscale: #AAAAAA. Windows color (decimal): -3688431 or 1161415. OLE color: 1161415.
HSL color Cylindrical-coordinate representation of color #C7B811: hue angle of 55.05º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7B811 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 184 | 17 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.22 |
| HSL | 55.05º | 0.84% | 0.42% | - |
| HSV(B) | 55.05º | 0.91% | 0.78% | - |
| XYZ | 40.79 | 46.46 | 7.35 | - |
| YUV | 169.45 | 41.97 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 184 | 17 | 0 | 0.08 | 0.91 | 0.22 | 55.05 | 0.84 | 0.42 |
| Hex | C7 | B8 | 11 | 0 | 8 | 5B | 16 | 37 | 54 | 2A |
| Octal | 307 | 270 | 21 | 0 | 10 | 133 | 26 | 67 | 124 | 52 |
| Binary | 11000111 | 10111000 | 10001 | 0 | 1000 | 1011011 | 10110 | 110111 | 1010100 | 101010 |
Color Harmonies of #C7B811
Complementary color
Monochromatic Colors of #C7B811
Black with #C7B811
Text Example
Text Example
White with #C7B811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B811; }
p { color: rgb(199,184,17); }
H1.HeaderClassName
{
color: #C7B811;
}
.AnyTagClassName
{
color: #C7B811;
}
</style>
background-color css
<style>
a { background-color: #C7B811; }
a { background-color: rgb(199,184,17); }
div.DivClassName
{
background-color: #C7B811;
}
.BgClassName
{
background-color: #C7B811;
}
</style>
border-color css
<style>
span { border-color: #C7B811; }
span { border-color: rgb(199,184,17); }
td.TdClassName
{
border-color: #C7B811;
}
.TagClassName
{
border-color: #C7B811;
}
</style>