Shades of Bird Flower #C9AF03
Tints of Bird Flower #C9AF03
RGB
CMYK
RGB Variations
Color information
#C9AF03 (or 0xC9AF03) is known color: Bird Flower. HEX triplet: C9, AF and 03. RGB value is (201,175,3). Sum of RGB (Red+Green+Blue) = 201+175+3=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 3 (1.56% from 255 or 0.79% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AF03 is #3650FC. Grayscale: #A3A3A3. Windows color (decimal): -3559677 or 241609. OLE color: 241609.
HSL color Cylindrical-coordinate representation of color #C9AF03: hue angle of 52.12º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9AF03 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 3 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.21 |
| HSL | 52.12º | 0.97% | 0.4% | - |
| HSV(B) | 52.12º | 0.99% | 0.79% | - |
| XYZ | 39.43 | 43.08 | 6.32 | - |
| YUV | 163.17 | 37.61 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 3 | 0 | 0.13 | 0.99 | 0.21 | 52.12 | 0.97 | 0.4 |
| Hex | C9 | AF | 3 | 0 | D | 63 | 15 | 34 | 61 | 28 |
| Octal | 311 | 257 | 3 | 0 | 15 | 143 | 25 | 64 | 141 | 50 |
| Binary | 11001001 | 10101111 | 11 | 0 | 1101 | 1100011 | 10101 | 110100 | 1100001 | 101000 |
Color Harmonies of #C9AF03
Complementary color
Monochromatic Colors of #C9AF03
Black with #C9AF03
Text Example
Text Example
White with #C9AF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AF03; }
p { color: rgb(201,175,3); }
H1.HeaderClassName
{
color: #C9AF03;
}
.AnyTagClassName
{
color: #C9AF03;
}
</style>
background-color css
<style>
a { background-color: #C9AF03; }
a { background-color: rgb(201,175,3); }
div.DivClassName
{
background-color: #C9AF03;
}
.BgClassName
{
background-color: #C9AF03;
}
</style>
border-color css
<style>
span { border-color: #C9AF03; }
span { border-color: rgb(201,175,3); }
td.TdClassName
{
border-color: #C9AF03;
}
.TagClassName
{
border-color: #C9AF03;
}
</style>