Shades of Bird Flower #C9AD0C
Tints of Bird Flower #C9AD0C
RGB
CMYK
RGB Variations
Color information
#C9AD0C (or 0xC9AD0C) is known color: Bird Flower. HEX triplet: C9, AD and 0C. RGB value is (201,173,12). Sum of RGB (Red+Green+Blue) = 201+173+12=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AD0C is #3652F3. Grayscale: #A3A3A3. Windows color (decimal): -3560180 or 830921. OLE color: 830921.
HSL color Cylindrical-coordinate representation of color #C9AD0C: hue angle of 51.11º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9AD0C is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 12 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.21 |
| HSL | 51.11º | 0.89% | 0.42% | - |
| HSV(B) | 51.11º | 0.94% | 0.79% | - |
| XYZ | 39.1 | 42.33 | 6.46 | - |
| YUV | 163.02 | 42.78 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 12 | 0 | 0.14 | 0.94 | 0.21 | 51.11 | 0.89 | 0.42 |
| Hex | C9 | AD | C | 0 | E | 5E | 15 | 33 | 59 | 2A |
| Octal | 311 | 255 | 14 | 0 | 16 | 136 | 25 | 63 | 131 | 52 |
| Binary | 11001001 | 10101101 | 1100 | 0 | 1110 | 1011110 | 10101 | 110011 | 1011001 | 101010 |
Color Harmonies of #C9AD0C
Complementary color
Monochromatic Colors of #C9AD0C
Black with #C9AD0C
Text Example
Text Example
White with #C9AD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD0C; }
p { color: rgb(201,173,12); }
H1.HeaderClassName
{
color: #C9AD0C;
}
.AnyTagClassName
{
color: #C9AD0C;
}
</style>
background-color css
<style>
a { background-color: #C9AD0C; }
a { background-color: rgb(201,173,12); }
div.DivClassName
{
background-color: #C9AD0C;
}
.BgClassName
{
background-color: #C9AD0C;
}
</style>
border-color css
<style>
span { border-color: #C9AD0C; }
span { border-color: rgb(201,173,12); }
td.TdClassName
{
border-color: #C9AD0C;
}
.TagClassName
{
border-color: #C9AD0C;
}
</style>