Shades of Bird Flower #C6AF14
Tints of Bird Flower #C6AF14
RGB
CMYK
RGB Variations
Color information
#C6AF14 (or 0xC6AF14) is known color: Bird Flower. HEX triplet: C6, AF and 14. RGB value is (198,175,20). Sum of RGB (Red+Green+Blue) = 198+175+20=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AF14 is #3950EB. Grayscale: #A4A4A4. Windows color (decimal): -3756268 or 1355718. OLE color: 1355718.
HSL color Cylindrical-coordinate representation of color #C6AF14: hue angle of 52.25º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6AF14 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 20 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.22 |
| HSL | 52.25º | 0.82% | 0.43% | - |
| HSV(B) | 52.25º | 0.9% | 0.78% | - |
| XYZ | 38.74 | 42.72 | 6.86 | - |
| YUV | 164.21 | 46.62 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 20 | 0 | 0.12 | 0.90 | 0.22 | 52.25 | 0.82 | 0.43 |
| Hex | C6 | AF | 14 | 0 | C | 5A | 16 | 34 | 52 | 2B |
| Octal | 306 | 257 | 24 | 0 | 14 | 132 | 26 | 64 | 122 | 53 |
| Binary | 11000110 | 10101111 | 10100 | 0 | 1100 | 1011010 | 10110 | 110100 | 1010010 | 101011 |
Color Harmonies of #C6AF14
Complementary color
Monochromatic Colors of #C6AF14
Black with #C6AF14
Text Example
Text Example
White with #C6AF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF14; }
p { color: rgb(198,175,20); }
H1.HeaderClassName
{
color: #C6AF14;
}
.AnyTagClassName
{
color: #C6AF14;
}
</style>
background-color css
<style>
a { background-color: #C6AF14; }
a { background-color: rgb(198,175,20); }
div.DivClassName
{
background-color: #C6AF14;
}
.BgClassName
{
background-color: #C6AF14;
}
</style>
border-color css
<style>
span { border-color: #C6AF14; }
span { border-color: rgb(198,175,20); }
td.TdClassName
{
border-color: #C6AF14;
}
.TagClassName
{
border-color: #C6AF14;
}
</style>