Shades of Bird Flower #C7AD0E
Tints of Bird Flower #C7AD0E
RGB
CMYK
RGB Variations
Color information
#C7AD0E (or 0xC7AD0E) is known color: Bird Flower. HEX triplet: C7, AD and 0E. RGB value is (199,173,14). Sum of RGB (Red+Green+Blue) = 199+173+14=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AD0E is #3852F1. Grayscale: #A3A3A3. Windows color (decimal): -3691250 or 961991. OLE color: 961991.
HSL color Cylindrical-coordinate representation of color #C7AD0E: hue angle of 51.57º degrees, saturation: 0.87, 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 #C7AD0E is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 14 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.22 |
| HSL | 51.57º | 0.87% | 0.42% | - |
| HSV(B) | 51.57º | 0.93% | 0.78% | - |
| XYZ | 38.58 | 42.06 | 6.5 | - |
| YUV | 162.65 | 44.11 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 14 | 0 | 0.13 | 0.93 | 0.22 | 51.57 | 0.87 | 0.42 |
| Hex | C7 | AD | E | 0 | D | 5D | 16 | 34 | 57 | 2A |
| Octal | 307 | 255 | 16 | 0 | 15 | 135 | 26 | 64 | 127 | 52 |
| Binary | 11000111 | 10101101 | 1110 | 0 | 1101 | 1011101 | 10110 | 110100 | 1010111 | 101010 |
Color Harmonies of #C7AD0E
Complementary color
Monochromatic Colors of #C7AD0E
Black with #C7AD0E
Text Example
Text Example
White with #C7AD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AD0E; }
p { color: rgb(199,173,14); }
H1.HeaderClassName
{
color: #C7AD0E;
}
.AnyTagClassName
{
color: #C7AD0E;
}
</style>
background-color css
<style>
a { background-color: #C7AD0E; }
a { background-color: rgb(199,173,14); }
div.DivClassName
{
background-color: #C7AD0E;
}
.BgClassName
{
background-color: #C7AD0E;
}
</style>
border-color css
<style>
span { border-color: #C7AD0E; }
span { border-color: rgb(199,173,14); }
td.TdClassName
{
border-color: #C7AD0E;
}
.TagClassName
{
border-color: #C7AD0E;
}
</style>