Shades of Bird Flower #C9BD07
Tints of Bird Flower #C9BD07
RGB
CMYK
RGB Variations
Color information
#C9BD07 (or 0xC9BD07) is known color: Bird Flower. HEX triplet: C9, BD and 07. RGB value is (201,189,7). Sum of RGB (Red+Green+Blue) = 201+189+7=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 7 (3.12% from 255 or 1.76% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BD07 is #3642F8. Grayscale: #ACACAC. Windows color (decimal): -3556089 or 507337. OLE color: 507337.
HSL color Cylindrical-coordinate representation of color #C9BD07: hue angle of 56.29º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9BD07 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 189 | 7 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.21 |
| HSL | 56.29º | 0.93% | 0.41% | - |
| HSV(B) | 56.29º | 0.97% | 0.79% | - |
| XYZ | 42.32 | 48.83 | 7.4 | - |
| YUV | 171.84 | 34.98 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 189 | 7 | 0 | 0.06 | 0.97 | 0.21 | 56.29 | 0.93 | 0.41 |
| Hex | C9 | BD | 7 | 0 | 6 | 61 | 15 | 38 | 5D | 29 |
| Octal | 311 | 275 | 7 | 0 | 6 | 141 | 25 | 70 | 135 | 51 |
| Binary | 11001001 | 10111101 | 111 | 0 | 110 | 1100001 | 10101 | 111000 | 1011101 | 101001 |
Color Harmonies of #C9BD07
Complementary color
Monochromatic Colors of #C9BD07
Black with #C9BD07
Text Example
Text Example
White with #C9BD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BD07; }
p { color: rgb(201,189,7); }
H1.HeaderClassName
{
color: #C9BD07;
}
.AnyTagClassName
{
color: #C9BD07;
}
</style>
background-color css
<style>
a { background-color: #C9BD07; }
a { background-color: rgb(201,189,7); }
div.DivClassName
{
background-color: #C9BD07;
}
.BgClassName
{
background-color: #C9BD07;
}
</style>
border-color css
<style>
span { border-color: #C9BD07; }
span { border-color: rgb(201,189,7); }
td.TdClassName
{
border-color: #C9BD07;
}
.TagClassName
{
border-color: #C9BD07;
}
</style>