Shades of Bird Flower #C9AF0F
Tints of Bird Flower #C9AF0F
RGB
CMYK
RGB Variations
Color information
#C9AF0F (or 0xC9AF0F) is known color: Bird Flower. HEX triplet: C9, AF and 0F. RGB value is (201,175,15). Sum of RGB (Red+Green+Blue) = 201+175+15=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 15 (6.25% from 255 or 3.84% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AF0F is #3650F0. Grayscale: #A5A5A5. Windows color (decimal): -3559665 or 1028041. OLE color: 1028041.
HSL color Cylindrical-coordinate representation of color #C9AF0F: hue angle of 51.61º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9AF0F is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 15 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.21 |
| HSL | 51.61º | 0.86% | 0.42% | - |
| HSV(B) | 51.61º | 0.93% | 0.79% | - |
| XYZ | 39.5 | 43.11 | 6.69 | - |
| YUV | 164.53 | 43.61 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 15 | 0 | 0.13 | 0.93 | 0.21 | 51.61 | 0.86 | 0.42 |
| Hex | C9 | AF | F | 0 | D | 5D | 15 | 34 | 56 | 2A |
| Octal | 311 | 257 | 17 | 0 | 15 | 135 | 25 | 64 | 126 | 52 |
| Binary | 11001001 | 10101111 | 1111 | 0 | 1101 | 1011101 | 10101 | 110100 | 1010110 | 101010 |
Color Harmonies of #C9AF0F
Complementary color
Monochromatic Colors of #C9AF0F
Black with #C9AF0F
Text Example
Text Example
White with #C9AF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AF0F; }
p { color: rgb(201,175,15); }
H1.HeaderClassName
{
color: #C9AF0F;
}
.AnyTagClassName
{
color: #C9AF0F;
}
</style>
background-color css
<style>
a { background-color: #C9AF0F; }
a { background-color: rgb(201,175,15); }
div.DivClassName
{
background-color: #C9AF0F;
}
.BgClassName
{
background-color: #C9AF0F;
}
</style>
border-color css
<style>
span { border-color: #C9AF0F; }
span { border-color: rgb(201,175,15); }
td.TdClassName
{
border-color: #C9AF0F;
}
.TagClassName
{
border-color: #C9AF0F;
}
</style>