Shades of Bird Flower #CFBA20
Tints of Bird Flower #CFBA20
RGB
CMYK
RGB Variations
Color information
#CFBA20 (or 0xCFBA20) is known color: Bird Flower. HEX triplet: CF, BA and 20. RGB value is (207,186,32). Sum of RGB (Red+Green+Blue) = 207+186+32=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 32 (12.89% from 255 or 7.53% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBA20 is #3045DF. Grayscale: #AFAFAF. Windows color (decimal): -3163616 or 2144975. OLE color: 2144975.
HSL color Cylindrical-coordinate representation of color #CFBA20: hue angle of 52.8º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFBA20 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 32 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.19 |
| HSL | 52.8º | 0.73% | 0.47% | - |
| HSV(B) | 52.8º | 0.85% | 0.81% | - |
| XYZ | 43.55 | 48.49 | 8.43 | - |
| YUV | 174.72 | 47.46 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 32 | 0 | 0.10 | 0.85 | 0.19 | 52.8 | 0.73 | 0.47 |
| Hex | CF | BA | 20 | 0 | A | 55 | 13 | 35 | 49 | 2F |
| Octal | 317 | 272 | 40 | 0 | 12 | 125 | 23 | 65 | 111 | 57 |
| Binary | 11001111 | 10111010 | 100000 | 0 | 1010 | 1010101 | 10011 | 110101 | 1001001 | 101111 |
Color Harmonies of #CFBA20
Complementary color
Monochromatic Colors of #CFBA20
Black with #CFBA20
Text Example
Text Example
White with #CFBA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA20; }
p { color: rgb(207,186,32); }
H1.HeaderClassName
{
color: #CFBA20;
}
.AnyTagClassName
{
color: #CFBA20;
}
</style>
background-color css
<style>
a { background-color: #CFBA20; }
a { background-color: rgb(207,186,32); }
div.DivClassName
{
background-color: #CFBA20;
}
.BgClassName
{
background-color: #CFBA20;
}
</style>
border-color css
<style>
span { border-color: #CFBA20; }
span { border-color: rgb(207,186,32); }
td.TdClassName
{
border-color: #CFBA20;
}
.TagClassName
{
border-color: #CFBA20;
}
</style>