Shades of Bird Flower #C5AE0D
Tints of Bird Flower #C5AE0D
RGB
CMYK
RGB Variations
Color information
#C5AE0D (or 0xC5AE0D) is known color: Bird Flower. HEX triplet: C5, AE and 0D. RGB value is (197,174,13). Sum of RGB (Red+Green+Blue) = 197+174+13=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AE0D is #3A51F2. Grayscale: #A3A3A3. Windows color (decimal): -3822067 or 896709. OLE color: 896709.
HSL color Cylindrical-coordinate representation of color #C5AE0D: hue angle of 52.5º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5AE0D is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 174 | 13 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.23 |
| HSL | 52.5º | 0.88% | 0.41% | - |
| HSV(B) | 52.5º | 0.93% | 0.77% | - |
| XYZ | 38.23 | 42.17 | 6.51 | - |
| YUV | 162.52 | 43.62 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 174 | 13 | 0 | 0.12 | 0.93 | 0.23 | 52.5 | 0.88 | 0.41 |
| Hex | C5 | AE | D | 0 | C | 5D | 17 | 34 | 58 | 29 |
| Octal | 305 | 256 | 15 | 0 | 14 | 135 | 27 | 64 | 130 | 51 |
| Binary | 11000101 | 10101110 | 1101 | 0 | 1100 | 1011101 | 10111 | 110100 | 1011000 | 101001 |
Color Harmonies of #C5AE0D
Complementary color
Monochromatic Colors of #C5AE0D
Black with #C5AE0D
Text Example
Text Example
White with #C5AE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AE0D; }
p { color: rgb(197,174,13); }
H1.HeaderClassName
{
color: #C5AE0D;
}
.AnyTagClassName
{
color: #C5AE0D;
}
</style>
background-color css
<style>
a { background-color: #C5AE0D; }
a { background-color: rgb(197,174,13); }
div.DivClassName
{
background-color: #C5AE0D;
}
.BgClassName
{
background-color: #C5AE0D;
}
</style>
border-color css
<style>
span { border-color: #C5AE0D; }
span { border-color: rgb(197,174,13); }
td.TdClassName
{
border-color: #C5AE0D;
}
.TagClassName
{
border-color: #C5AE0D;
}
</style>