Shades of Bird Flower #C9B90D
Tints of Bird Flower #C9B90D
RGB
CMYK
RGB Variations
Color information
#C9B90D (or 0xC9B90D) is known color: Bird Flower. HEX triplet: C9, B9 and 0D. RGB value is (201,185,13). Sum of RGB (Red+Green+Blue) = 201+185+13=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B90D is #3646F2. Grayscale: #AAAAAA. Windows color (decimal): -3557107 or 899529. OLE color: 899529.
HSL color Cylindrical-coordinate representation of color #C9B90D: hue angle of 54.89º degrees, saturation: 0.88, 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 #C9B90D is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 185 | 13 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.21 |
| HSL | 54.89º | 0.88% | 0.42% | - |
| HSV(B) | 54.89º | 0.94% | 0.79% | - |
| XYZ | 41.51 | 47.14 | 7.29 | - |
| YUV | 170.18 | 39.3 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 185 | 13 | 0 | 0.08 | 0.94 | 0.21 | 54.89 | 0.88 | 0.42 |
| Hex | C9 | B9 | D | 0 | 8 | 5E | 15 | 37 | 58 | 2A |
| Octal | 311 | 271 | 15 | 0 | 10 | 136 | 25 | 67 | 130 | 52 |
| Binary | 11001001 | 10111001 | 1101 | 0 | 1000 | 1011110 | 10101 | 110111 | 1011000 | 101010 |
Color Harmonies of #C9B90D
Complementary color
Monochromatic Colors of #C9B90D
Black with #C9B90D
Text Example
Text Example
White with #C9B90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B90D; }
p { color: rgb(201,185,13); }
H1.HeaderClassName
{
color: #C9B90D;
}
.AnyTagClassName
{
color: #C9B90D;
}
</style>
background-color css
<style>
a { background-color: #C9B90D; }
a { background-color: rgb(201,185,13); }
div.DivClassName
{
background-color: #C9B90D;
}
.BgClassName
{
background-color: #C9B90D;
}
</style>
border-color css
<style>
span { border-color: #C9B90D; }
span { border-color: rgb(201,185,13); }
td.TdClassName
{
border-color: #C9B90D;
}
.TagClassName
{
border-color: #C9B90D;
}
</style>