Shades of Bird Flower #CFBA0B
Tints of Bird Flower #CFBA0B
RGB
CMYK
RGB Variations
Color information
#CFBA0B (or 0xCFBA0B) is known color: Bird Flower. HEX triplet: CF, BA and 0B. RGB value is (207,186,11). Sum of RGB (Red+Green+Blue) = 207+186+11=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBA0B is #3045F4. Grayscale: #ADADAD. Windows color (decimal): -3163637 or 768719. OLE color: 768719.
HSL color Cylindrical-coordinate representation of color #CFBA0B: hue angle of 53.57º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFBA0B is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 11 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.19 |
| HSL | 53.57º | 0.9% | 0.43% | - |
| HSV(B) | 53.57º | 0.95% | 0.81% | - |
| XYZ | 43.35 | 48.41 | 7.38 | - |
| YUV | 172.33 | 36.96 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 11 | 0 | 0.10 | 0.95 | 0.19 | 53.57 | 0.9 | 0.43 |
| Hex | CF | BA | B | 0 | A | 5F | 13 | 36 | 5A | 2B |
| Octal | 317 | 272 | 13 | 0 | 12 | 137 | 23 | 66 | 132 | 53 |
| Binary | 11001111 | 10111010 | 1011 | 0 | 1010 | 1011111 | 10011 | 110110 | 1011010 | 101011 |
Color Harmonies of #CFBA0B
Complementary color
Monochromatic Colors of #CFBA0B
Black with #CFBA0B
Text Example
Text Example
White with #CFBA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA0B; }
p { color: rgb(207,186,11); }
H1.HeaderClassName
{
color: #CFBA0B;
}
.AnyTagClassName
{
color: #CFBA0B;
}
</style>
background-color css
<style>
a { background-color: #CFBA0B; }
a { background-color: rgb(207,186,11); }
div.DivClassName
{
background-color: #CFBA0B;
}
.BgClassName
{
background-color: #CFBA0B;
}
</style>
border-color css
<style>
span { border-color: #CFBA0B; }
span { border-color: rgb(207,186,11); }
td.TdClassName
{
border-color: #CFBA0B;
}
.TagClassName
{
border-color: #CFBA0B;
}
</style>