Shades of Bird Flower #C9AF14
Tints of Bird Flower #C9AF14
RGB
CMYK
RGB Variations
Color information
#C9AF14 (or 0xC9AF14) is known color: Bird Flower. HEX triplet: C9, AF and 14. RGB value is (201,175,20). Sum of RGB (Red+Green+Blue) = 201+175+20=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AF14 is #3650EB. Grayscale: #A5A5A5. Windows color (decimal): -3559660 or 1355721. OLE color: 1355721.
HSL color Cylindrical-coordinate representation of color #C9AF14: hue angle of 51.38º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9AF14 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 20 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.21 |
| HSL | 51.38º | 0.82% | 0.43% | - |
| HSV(B) | 51.38º | 0.9% | 0.79% | - |
| XYZ | 39.54 | 43.13 | 6.9 | - |
| YUV | 165.1 | 46.11 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 20 | 0 | 0.13 | 0.90 | 0.21 | 51.38 | 0.82 | 0.43 |
| Hex | C9 | AF | 14 | 0 | D | 5A | 15 | 33 | 52 | 2B |
| Octal | 311 | 257 | 24 | 0 | 15 | 132 | 25 | 63 | 122 | 53 |
| Binary | 11001001 | 10101111 | 10100 | 0 | 1101 | 1011010 | 10101 | 110011 | 1010010 | 101011 |
Color Harmonies of #C9AF14
Complementary color
Monochromatic Colors of #C9AF14
Black with #C9AF14
Text Example
Text Example
White with #C9AF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AF14; }
p { color: rgb(201,175,20); }
H1.HeaderClassName
{
color: #C9AF14;
}
.AnyTagClassName
{
color: #C9AF14;
}
</style>
background-color css
<style>
a { background-color: #C9AF14; }
a { background-color: rgb(201,175,20); }
div.DivClassName
{
background-color: #C9AF14;
}
.BgClassName
{
background-color: #C9AF14;
}
</style>
border-color css
<style>
span { border-color: #C9AF14; }
span { border-color: rgb(201,175,20); }
td.TdClassName
{
border-color: #C9AF14;
}
.TagClassName
{
border-color: #C9AF14;
}
</style>