Shades of Bird Flower #C7B90D
Tints of Bird Flower #C7B90D
RGB
CMYK
RGB Variations
Color information
#C7B90D (or 0xC7B90D) is known color: Bird Flower. HEX triplet: C7, B9 and 0D. RGB value is (199,185,13). Sum of RGB (Red+Green+Blue) = 199+185+13=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B90D is #3846F2. Grayscale: #AAAAAA. Windows color (decimal): -3688179 or 899527. OLE color: 899527.
HSL color Cylindrical-coordinate representation of color #C7B90D: hue angle of 55.48º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7B90D is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 185 | 13 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.22 |
| HSL | 55.48º | 0.88% | 0.42% | - |
| HSV(B) | 55.48º | 0.93% | 0.78% | - |
| XYZ | 40.97 | 46.87 | 7.27 | - |
| YUV | 169.58 | 39.64 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 185 | 13 | 0 | 0.07 | 0.93 | 0.22 | 55.48 | 0.88 | 0.42 |
| Hex | C7 | B9 | D | 0 | 7 | 5D | 16 | 37 | 58 | 2A |
| Octal | 307 | 271 | 15 | 0 | 7 | 135 | 26 | 67 | 130 | 52 |
| Binary | 11000111 | 10111001 | 1101 | 0 | 111 | 1011101 | 10110 | 110111 | 1011000 | 101010 |
Color Harmonies of #C7B90D
Complementary color
Monochromatic Colors of #C7B90D
Black with #C7B90D
Text Example
Text Example
White with #C7B90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B90D; }
p { color: rgb(199,185,13); }
H1.HeaderClassName
{
color: #C7B90D;
}
.AnyTagClassName
{
color: #C7B90D;
}
</style>
background-color css
<style>
a { background-color: #C7B90D; }
a { background-color: rgb(199,185,13); }
div.DivClassName
{
background-color: #C7B90D;
}
.BgClassName
{
background-color: #C7B90D;
}
</style>
border-color css
<style>
span { border-color: #C7B90D; }
span { border-color: rgb(199,185,13); }
td.TdClassName
{
border-color: #C7B90D;
}
.TagClassName
{
border-color: #C7B90D;
}
</style>