Shades of Bird Flower #C7B714
Tints of Bird Flower #C7B714
RGB
CMYK
RGB Variations
Color information
#C7B714 (or 0xC7B714) is known color: Bird Flower. HEX triplet: C7, B7 and 14. RGB value is (199,183,20). Sum of RGB (Red+Green+Blue) = 199+183+20=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B714 is #3848EB. Grayscale: #A9A9A9. Windows color (decimal): -3688684 or 1357767. OLE color: 1357767.
HSL color Cylindrical-coordinate representation of color #C7B714: hue angle of 54.64º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7B714 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 183 | 20 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.22 |
| HSL | 54.64º | 0.82% | 0.43% | - |
| HSV(B) | 54.64º | 0.9% | 0.78% | - |
| XYZ | 40.61 | 46.06 | 7.41 | - |
| YUV | 169.2 | 43.8 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 183 | 20 | 0 | 0.08 | 0.90 | 0.22 | 54.64 | 0.82 | 0.43 |
| Hex | C7 | B7 | 14 | 0 | 8 | 5A | 16 | 37 | 52 | 2B |
| Octal | 307 | 267 | 24 | 0 | 10 | 132 | 26 | 67 | 122 | 53 |
| Binary | 11000111 | 10110111 | 10100 | 0 | 1000 | 1011010 | 10110 | 110111 | 1010010 | 101011 |
Color Harmonies of #C7B714
Complementary color
Monochromatic Colors of #C7B714
Black with #C7B714
Text Example
Text Example
White with #C7B714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B714; }
p { color: rgb(199,183,20); }
H1.HeaderClassName
{
color: #C7B714;
}
.AnyTagClassName
{
color: #C7B714;
}
</style>
background-color css
<style>
a { background-color: #C7B714; }
a { background-color: rgb(199,183,20); }
div.DivClassName
{
background-color: #C7B714;
}
.BgClassName
{
background-color: #C7B714;
}
</style>
border-color css
<style>
span { border-color: #C7B714; }
span { border-color: rgb(199,183,20); }
td.TdClassName
{
border-color: #C7B714;
}
.TagClassName
{
border-color: #C7B714;
}
</style>