Shades of Bird Flower #CFBA0A
Tints of Bird Flower #CFBA0A
RGB
CMYK
RGB Variations
Color information
#CFBA0A (or 0xCFBA0A) is known color: Bird Flower. HEX triplet: CF, BA and 0A. RGB value is (207,186,10). Sum of RGB (Red+Green+Blue) = 207+186+10=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 10 (4.30% from 255 or 2.48% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBA0A is #3045F5. Grayscale: #ACACAC. Windows color (decimal): -3163638 or 703183. OLE color: 703183.
HSL color Cylindrical-coordinate representation of color #CFBA0A: hue angle of 53.6º degrees, saturation: 0.91, 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 #CFBA0A is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 10 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.19 |
| HSL | 53.6º | 0.91% | 0.43% | - |
| HSV(B) | 53.6º | 0.95% | 0.81% | - |
| XYZ | 43.35 | 48.41 | 7.35 | - |
| YUV | 172.22 | 36.46 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 10 | 0 | 0.10 | 0.95 | 0.19 | 53.6 | 0.91 | 0.43 |
| Hex | CF | BA | A | 0 | A | 5F | 13 | 36 | 5B | 2B |
| Octal | 317 | 272 | 12 | 0 | 12 | 137 | 23 | 66 | 133 | 53 |
| Binary | 11001111 | 10111010 | 1010 | 0 | 1010 | 1011111 | 10011 | 110110 | 1011011 | 101011 |
Color Harmonies of #CFBA0A
Complementary color
Monochromatic Colors of #CFBA0A
Black with #CFBA0A
Text Example
Text Example
White with #CFBA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA0A; }
p { color: rgb(207,186,10); }
H1.HeaderClassName
{
color: #CFBA0A;
}
.AnyTagClassName
{
color: #CFBA0A;
}
</style>
background-color css
<style>
a { background-color: #CFBA0A; }
a { background-color: rgb(207,186,10); }
div.DivClassName
{
background-color: #CFBA0A;
}
.BgClassName
{
background-color: #CFBA0A;
}
</style>
border-color css
<style>
span { border-color: #CFBA0A; }
span { border-color: rgb(207,186,10); }
td.TdClassName
{
border-color: #CFBA0A;
}
.TagClassName
{
border-color: #CFBA0A;
}
</style>