Shades of Bird Flower #C9AD08
Tints of Bird Flower #C9AD08
RGB
CMYK
RGB Variations
Color information
#C9AD08 (or 0xC9AD08) is known color: Bird Flower. HEX triplet: C9, AD and 08. RGB value is (201,173,8). Sum of RGB (Red+Green+Blue) = 201+173+8=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 8 (3.52% from 255 or 2.09% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AD08 is #3652F7. Grayscale: #A3A3A3. Windows color (decimal): -3560184 or 568777. OLE color: 568777.
HSL color Cylindrical-coordinate representation of color #C9AD08: hue angle of 51.3º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9AD08 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 8 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.21 |
| HSL | 51.3º | 0.92% | 0.41% | - |
| HSV(B) | 51.3º | 0.96% | 0.79% | - |
| XYZ | 39.07 | 42.32 | 6.34 | - |
| YUV | 162.56 | 40.78 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 8 | 0 | 0.14 | 0.96 | 0.21 | 51.3 | 0.92 | 0.41 |
| Hex | C9 | AD | 8 | 0 | E | 60 | 15 | 33 | 5C | 29 |
| Octal | 311 | 255 | 10 | 0 | 16 | 140 | 25 | 63 | 134 | 51 |
| Binary | 11001001 | 10101101 | 1000 | 0 | 1110 | 1100000 | 10101 | 110011 | 1011100 | 101001 |
Color Harmonies of #C9AD08
Complementary color
Monochromatic Colors of #C9AD08
Black with #C9AD08
Text Example
Text Example
White with #C9AD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AD08; }
p { color: rgb(201,173,8); }
H1.HeaderClassName
{
color: #C9AD08;
}
.AnyTagClassName
{
color: #C9AD08;
}
</style>
background-color css
<style>
a { background-color: #C9AD08; }
a { background-color: rgb(201,173,8); }
div.DivClassName
{
background-color: #C9AD08;
}
.BgClassName
{
background-color: #C9AD08;
}
</style>
border-color css
<style>
span { border-color: #C9AD08; }
span { border-color: rgb(201,173,8); }
td.TdClassName
{
border-color: #C9AD08;
}
.TagClassName
{
border-color: #C9AD08;
}
</style>