Shades of Bird Flower #CFBE0E
Tints of Bird Flower #CFBE0E
RGB
CMYK
RGB Variations
Color information
#CFBE0E (or 0xCFBE0E) is known color: Bird Flower. HEX triplet: CF, BE and 0E. RGB value is (207,190,14). Sum of RGB (Red+Green+Blue) = 207+190+14=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 14 (5.86% from 255 or 3.41% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBE0E is #3041F1. Grayscale: #AFAFAF. Windows color (decimal): -3162610 or 966351. OLE color: 966351.
HSL color Cylindrical-coordinate representation of color #CFBE0E: hue angle of 54.72º 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 #CFBE0E is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 14 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.19 |
| HSL | 54.72º | 0.87% | 0.43% | - |
| HSV(B) | 54.72º | 0.93% | 0.81% | - |
| XYZ | 44.22 | 50.12 | 7.76 | - |
| YUV | 175.02 | 37.13 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 14 | 0 | 0.08 | 0.93 | 0.19 | 54.72 | 0.87 | 0.43 |
| Hex | CF | BE | E | 0 | 8 | 5D | 13 | 37 | 57 | 2B |
| Octal | 317 | 276 | 16 | 0 | 10 | 135 | 23 | 67 | 127 | 53 |
| Binary | 11001111 | 10111110 | 1110 | 0 | 1000 | 1011101 | 10011 | 110111 | 1010111 | 101011 |
Color Harmonies of #CFBE0E
Complementary color
Monochromatic Colors of #CFBE0E
Black with #CFBE0E
Text Example
Text Example
White with #CFBE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE0E; }
p { color: rgb(207,190,14); }
H1.HeaderClassName
{
color: #CFBE0E;
}
.AnyTagClassName
{
color: #CFBE0E;
}
</style>
background-color css
<style>
a { background-color: #CFBE0E; }
a { background-color: rgb(207,190,14); }
div.DivClassName
{
background-color: #CFBE0E;
}
.BgClassName
{
background-color: #CFBE0E;
}
</style>
border-color css
<style>
span { border-color: #CFBE0E; }
span { border-color: rgb(207,190,14); }
td.TdClassName
{
border-color: #CFBE0E;
}
.TagClassName
{
border-color: #CFBE0E;
}
</style>