Shades of Bird Flower #C7B721
Tints of Bird Flower #C7B721
RGB
CMYK
RGB Variations
Color information
#C7B721 (or 0xC7B721) is known color: Bird Flower. HEX triplet: C7, B7 and 21. RGB value is (199,183,33). Sum of RGB (Red+Green+Blue) = 199+183+33=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 33 (13.28% from 255 or 7.95% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B721 is #3848DE. Grayscale: #ABABAB. Windows color (decimal): -3688671 or 2209735. OLE color: 2209735.
HSL color Cylindrical-coordinate representation of color #C7B721: hue angle of 54.22º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7B721 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 183 | 33 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.22 |
| HSL | 54.22º | 0.72% | 0.45% | - |
| HSV(B) | 54.22º | 0.83% | 0.78% | - |
| XYZ | 40.76 | 46.12 | 8.19 | - |
| YUV | 170.68 | 50.3 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 33 | 0 | 0.08 | 0.83 | 0.22 | 54.22 | 0.72 | 0.45 |
| Hex | C7 | B7 | 21 | 0 | 8 | 53 | 16 | 36 | 48 | 2D |
| Octal | 307 | 267 | 41 | 0 | 10 | 123 | 26 | 66 | 110 | 55 |
| Binary | 11000111 | 10110111 | 100001 | 0 | 1000 | 1010011 | 10110 | 110110 | 1001000 | 101101 |
Color Harmonies of #C7B721
Complementary color
Monochromatic Colors of #C7B721
Black with #C7B721
Text Example
Text Example
White with #C7B721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B721; }
p { color: rgb(199,183,33); }
H1.HeaderClassName
{
color: #C7B721;
}
.AnyTagClassName
{
color: #C7B721;
}
</style>
background-color css
<style>
a { background-color: #C7B721; }
a { background-color: rgb(199,183,33); }
div.DivClassName
{
background-color: #C7B721;
}
.BgClassName
{
background-color: #C7B721;
}
</style>
border-color css
<style>
span { border-color: #C7B721; }
span { border-color: rgb(199,183,33); }
td.TdClassName
{
border-color: #C7B721;
}
.TagClassName
{
border-color: #C7B721;
}
</style>