Shades of Bird Flower #C5AD0C
Tints of Bird Flower #C5AD0C
RGB
CMYK
RGB Variations
Color information
#C5AD0C (or 0xC5AD0C) is known color: Bird Flower. HEX triplet: C5, AD and 0C. RGB value is (197,173,12). Sum of RGB (Red+Green+Blue) = 197+173+12=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AD0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AD0C is #3A52F3. Grayscale: #A2A2A2. Windows color (decimal): -3822324 or 830917. OLE color: 830917.
HSL color Cylindrical-coordinate representation of color #C5AD0C: hue angle of 52.22º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5AD0C is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 173 | 12 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.23 |
| HSL | 52.22º | 0.89% | 0.41% | - |
| HSV(B) | 52.22º | 0.94% | 0.77% | - |
| XYZ | 38.04 | 41.78 | 6.41 | - |
| YUV | 161.82 | 43.45 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 12 | 0 | 0.12 | 0.94 | 0.23 | 52.22 | 0.89 | 0.41 |
| Hex | C5 | AD | C | 0 | C | 5E | 17 | 34 | 59 | 29 |
| Octal | 305 | 255 | 14 | 0 | 14 | 136 | 27 | 64 | 131 | 51 |
| Binary | 11000101 | 10101101 | 1100 | 0 | 1100 | 1011110 | 10111 | 110100 | 1011001 | 101001 |
Color Harmonies of #C5AD0C
Complementary color
Monochromatic Colors of #C5AD0C
Black with #C5AD0C
Text Example
Text Example
White with #C5AD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AD0C; }
p { color: rgb(197,173,12); }
H1.HeaderClassName
{
color: #C5AD0C;
}
.AnyTagClassName
{
color: #C5AD0C;
}
</style>
background-color css
<style>
a { background-color: #C5AD0C; }
a { background-color: rgb(197,173,12); }
div.DivClassName
{
background-color: #C5AD0C;
}
.BgClassName
{
background-color: #C5AD0C;
}
</style>
border-color css
<style>
span { border-color: #C5AD0C; }
span { border-color: rgb(197,173,12); }
td.TdClassName
{
border-color: #C5AD0C;
}
.TagClassName
{
border-color: #C5AD0C;
}
</style>