Shades of Bird Flower #CFBA11
Tints of Bird Flower #CFBA11
RGB
CMYK
RGB Variations
Color information
#CFBA11 (or 0xCFBA11) is known color: Bird Flower. HEX triplet: CF, BA and 11. RGB value is (207,186,17). Sum of RGB (Red+Green+Blue) = 207+186+17=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 17 (7.03% from 255 or 4.15% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBA11 is #3045EE. Grayscale: #ADADAD. Windows color (decimal): -3163631 or 1161935. OLE color: 1161935.
HSL color Cylindrical-coordinate representation of color #CFBA11: hue angle of 53.37º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFBA11 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 17 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.19 |
| HSL | 53.37º | 0.85% | 0.44% | - |
| HSV(B) | 53.37º | 0.92% | 0.81% | - |
| XYZ | 43.39 | 48.42 | 7.59 | - |
| YUV | 173.01 | 39.96 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 17 | 0 | 0.10 | 0.92 | 0.19 | 53.37 | 0.85 | 0.44 |
| Hex | CF | BA | 11 | 0 | A | 5C | 13 | 35 | 55 | 2C |
| Octal | 317 | 272 | 21 | 0 | 12 | 134 | 23 | 65 | 125 | 54 |
| Binary | 11001111 | 10111010 | 10001 | 0 | 1010 | 1011100 | 10011 | 110101 | 1010101 | 101100 |
Color Harmonies of #CFBA11
Complementary color
Monochromatic Colors of #CFBA11
Black with #CFBA11
Text Example
Text Example
White with #CFBA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA11; }
p { color: rgb(207,186,17); }
H1.HeaderClassName
{
color: #CFBA11;
}
.AnyTagClassName
{
color: #CFBA11;
}
</style>
background-color css
<style>
a { background-color: #CFBA11; }
a { background-color: rgb(207,186,17); }
div.DivClassName
{
background-color: #CFBA11;
}
.BgClassName
{
background-color: #CFBA11;
}
</style>
border-color css
<style>
span { border-color: #CFBA11; }
span { border-color: rgb(207,186,17); }
td.TdClassName
{
border-color: #CFBA11;
}
.TagClassName
{
border-color: #CFBA11;
}
</style>