Shades of Bird Flower #C4B914
Tints of Bird Flower #C4B914
RGB
CMYK
RGB Variations
Color information
#C4B914 (or 0xC4B914) is known color: Bird Flower. HEX triplet: C4, B9 and 14. RGB value is (196,185,20). Sum of RGB (Red+Green+Blue) = 196+185+20=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 20 (8.20% from 255 or 4.99% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B914 is #3B46EB. Grayscale: #AAAAAA. Windows color (decimal): -3884780 or 1358276. OLE color: 1358276.
HSL color Cylindrical-coordinate representation of color #C4B914: hue angle of 56.25º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4B914 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 185 | 20 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.23 |
| HSL | 56.25º | 0.81% | 0.42% | - |
| HSV(B) | 56.25º | 0.9% | 0.77% | - |
| XYZ | 40.24 | 46.48 | 7.51 | - |
| YUV | 169.48 | 43.64 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 185 | 20 | 0 | 0.06 | 0.90 | 0.23 | 56.25 | 0.81 | 0.42 |
| Hex | C4 | B9 | 14 | 0 | 6 | 5A | 17 | 38 | 51 | 2A |
| Octal | 304 | 271 | 24 | 0 | 6 | 132 | 27 | 70 | 121 | 52 |
| Binary | 11000100 | 10111001 | 10100 | 0 | 110 | 1011010 | 10111 | 111000 | 1010001 | 101010 |
Color Harmonies of #C4B914
Complementary color
Monochromatic Colors of #C4B914
Black with #C4B914
Text Example
Text Example
White with #C4B914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B914; }
p { color: rgb(196,185,20); }
H1.HeaderClassName
{
color: #C4B914;
}
.AnyTagClassName
{
color: #C4B914;
}
</style>
background-color css
<style>
a { background-color: #C4B914; }
a { background-color: rgb(196,185,20); }
div.DivClassName
{
background-color: #C4B914;
}
.BgClassName
{
background-color: #C4B914;
}
</style>
border-color css
<style>
span { border-color: #C4B914; }
span { border-color: rgb(196,185,20); }
td.TdClassName
{
border-color: #C4B914;
}
.TagClassName
{
border-color: #C4B914;
}
</style>