Shades of Bird Flower #CFBC0E
Tints of Bird Flower #CFBC0E
RGB
CMYK
RGB Variations
Color information
#CFBC0E (or 0xCFBC0E) is known color: Bird Flower. HEX triplet: CF, BC and 0E. RGB value is (207,188,14). Sum of RGB (Red+Green+Blue) = 207+188+14=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 14 (5.86% from 255 or 3.42% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBC0E is #3043F1. Grayscale: #AEAEAE. Windows color (decimal): -3163122 or 965839. OLE color: 965839.
HSL color Cylindrical-coordinate representation of color #CFBC0E: hue angle of 54.09º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFBC0E is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 14 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.19 |
| HSL | 54.09º | 0.87% | 0.43% | - |
| HSV(B) | 54.09º | 0.93% | 0.81% | - |
| XYZ | 43.79 | 49.26 | 7.62 | - |
| YUV | 173.85 | 37.79 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 14 | 0 | 0.09 | 0.93 | 0.19 | 54.09 | 0.87 | 0.43 |
| Hex | CF | BC | E | 0 | 9 | 5D | 13 | 36 | 57 | 2B |
| Octal | 317 | 274 | 16 | 0 | 11 | 135 | 23 | 66 | 127 | 53 |
| Binary | 11001111 | 10111100 | 1110 | 0 | 1001 | 1011101 | 10011 | 110110 | 1010111 | 101011 |
Color Harmonies of #CFBC0E
Complementary color
Monochromatic Colors of #CFBC0E
Black with #CFBC0E
Text Example
Text Example
White with #CFBC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC0E; }
p { color: rgb(207,188,14); }
H1.HeaderClassName
{
color: #CFBC0E;
}
.AnyTagClassName
{
color: #CFBC0E;
}
</style>
background-color css
<style>
a { background-color: #CFBC0E; }
a { background-color: rgb(207,188,14); }
div.DivClassName
{
background-color: #CFBC0E;
}
.BgClassName
{
background-color: #CFBC0E;
}
</style>
border-color css
<style>
span { border-color: #CFBC0E; }
span { border-color: rgb(207,188,14); }
td.TdClassName
{
border-color: #CFBC0E;
}
.TagClassName
{
border-color: #CFBC0E;
}
</style>