Shades of Bird Flower #C9AD0F
Tints of Bird Flower #C9AD0F
RGB
CMYK
RGB Variations
Color information
#C9AD0F (or 0xC9AD0F) is known color: Bird Flower. HEX triplet: C9, AD and 0F. RGB value is (201,173,15). Sum of RGB (Red+Green+Blue) = 201+173+15=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 15 (6.25% from 255 or 3.86% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AD0F is #3652F0. Grayscale: #A4A4A4. Windows color (decimal): -3560177 or 1027529. OLE color: 1027529.
HSL color Cylindrical-coordinate representation of color #C9AD0F: hue angle of 50.97º 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 #C9AD0F is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 15 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.21 |
| HSL | 50.97º | 0.86% | 0.42% | - |
| HSV(B) | 50.97º | 0.93% | 0.79% | - |
| XYZ | 39.12 | 42.34 | 6.56 | - |
| YUV | 163.36 | 44.28 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 15 | 0 | 0.14 | 0.93 | 0.21 | 50.97 | 0.86 | 0.42 |
| Hex | C9 | AD | F | 0 | E | 5D | 15 | 33 | 56 | 2A |
| Octal | 311 | 255 | 17 | 0 | 16 | 135 | 25 | 63 | 126 | 52 |
| Binary | 11001001 | 10101101 | 1111 | 0 | 1110 | 1011101 | 10101 | 110011 | 1010110 | 101010 |
Color Harmonies of #C9AD0F
Complementary color
Monochromatic Colors of #C9AD0F
Black with #C9AD0F
Text Example
Text Example
White with #C9AD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD0F; }
p { color: rgb(201,173,15); }
H1.HeaderClassName
{
color: #C9AD0F;
}
.AnyTagClassName
{
color: #C9AD0F;
}
</style>
background-color css
<style>
a { background-color: #C9AD0F; }
a { background-color: rgb(201,173,15); }
div.DivClassName
{
background-color: #C9AD0F;
}
.BgClassName
{
background-color: #C9AD0F;
}
</style>
border-color css
<style>
span { border-color: #C9AD0F; }
span { border-color: rgb(201,173,15); }
td.TdClassName
{
border-color: #C9AD0F;
}
.TagClassName
{
border-color: #C9AD0F;
}
</style>