Shades of Bird Flower #C7B911
Tints of Bird Flower #C7B911
RGB
CMYK
RGB Variations
Color information
#C7B911 (or 0xC7B911) is known color: Bird Flower. HEX triplet: C7, B9 and 11. RGB value is (199,185,17). Sum of RGB (Red+Green+Blue) = 199+185+17=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B911 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B911 is #3846EE. Grayscale: #AAAAAA. Windows color (decimal): -3688175 or 1161671. OLE color: 1161671.
HSL color Cylindrical-coordinate representation of color #C7B911: hue angle of 55.38º 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 #C7B911 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 185 | 17 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.22 |
| HSL | 55.38º | 0.84% | 0.42% | - |
| HSV(B) | 55.38º | 0.91% | 0.78% | - |
| XYZ | 41 | 46.88 | 7.42 | - |
| YUV | 170.03 | 41.64 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 185 | 17 | 0 | 0.07 | 0.91 | 0.22 | 55.38 | 0.84 | 0.42 |
| Hex | C7 | B9 | 11 | 0 | 7 | 5B | 16 | 37 | 54 | 2A |
| Octal | 307 | 271 | 21 | 0 | 7 | 133 | 26 | 67 | 124 | 52 |
| Binary | 11000111 | 10111001 | 10001 | 0 | 111 | 1011011 | 10110 | 110111 | 1010100 | 101010 |
Color Harmonies of #C7B911
Complementary color
Monochromatic Colors of #C7B911
Black with #C7B911
Text Example
Text Example
White with #C7B911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B911; }
p { color: rgb(199,185,17); }
H1.HeaderClassName
{
color: #C7B911;
}
.AnyTagClassName
{
color: #C7B911;
}
</style>
background-color css
<style>
a { background-color: #C7B911; }
a { background-color: rgb(199,185,17); }
div.DivClassName
{
background-color: #C7B911;
}
.BgClassName
{
background-color: #C7B911;
}
</style>
border-color css
<style>
span { border-color: #C7B911; }
span { border-color: rgb(199,185,17); }
td.TdClassName
{
border-color: #C7B911;
}
.TagClassName
{
border-color: #C7B911;
}
</style>