Shades of Bird Flower #CFBC09
Tints of Bird Flower #CFBC09
RGB
CMYK
RGB Variations
Color information
#CFBC09 (or 0xCFBC09) is known color: Bird Flower. HEX triplet: CF, BC and 09. RGB value is (207,188,9). Sum of RGB (Red+Green+Blue) = 207+188+9=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 9 (3.91% from 255 or 2.23% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBC09 is #3043F6. Grayscale: #AEAEAE. Windows color (decimal): -3163127 or 638159. OLE color: 638159.
HSL color Cylindrical-coordinate representation of color #CFBC09: hue angle of 54.24º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFBC09 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 9 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.19 |
| HSL | 54.24º | 0.92% | 0.42% | - |
| HSV(B) | 54.24º | 0.96% | 0.81% | - |
| XYZ | 43.76 | 49.25 | 7.46 | - |
| YUV | 173.28 | 35.29 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 9 | 0 | 0.09 | 0.96 | 0.19 | 54.24 | 0.92 | 0.42 |
| Hex | CF | BC | 9 | 0 | 9 | 60 | 13 | 36 | 5C | 2A |
| Octal | 317 | 274 | 11 | 0 | 11 | 140 | 23 | 66 | 134 | 52 |
| Binary | 11001111 | 10111100 | 1001 | 0 | 1001 | 1100000 | 10011 | 110110 | 1011100 | 101010 |
Color Harmonies of #CFBC09
Complementary color
Monochromatic Colors of #CFBC09
Black with #CFBC09
Text Example
Text Example
White with #CFBC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC09; }
p { color: rgb(207,188,9); }
H1.HeaderClassName
{
color: #CFBC09;
}
.AnyTagClassName
{
color: #CFBC09;
}
</style>
background-color css
<style>
a { background-color: #CFBC09; }
a { background-color: rgb(207,188,9); }
div.DivClassName
{
background-color: #CFBC09;
}
.BgClassName
{
background-color: #CFBC09;
}
</style>
border-color css
<style>
span { border-color: #CFBC09; }
span { border-color: rgb(207,188,9); }
td.TdClassName
{
border-color: #CFBC09;
}
.TagClassName
{
border-color: #CFBC09;
}
</style>