Shades of Bird Flower #CFBB20
Tints of Bird Flower #CFBB20
RGB
CMYK
RGB Variations
Color information
#CFBB20 (or 0xCFBB20) is known color: Bird Flower. HEX triplet: CF, BB and 20. RGB value is (207,187,32). Sum of RGB (Red+Green+Blue) = 207+187+32=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 32 (12.89% from 255 or 7.51% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB20 is #3044DF. Grayscale: #AFAFAF. Windows color (decimal): -3163360 or 2145231. OLE color: 2145231.
HSL color Cylindrical-coordinate representation of color #CFBB20: hue angle of 53.14º 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 #CFBB20 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 32 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.19 |
| HSL | 53.14º | 0.73% | 0.47% | - |
| HSV(B) | 53.14º | 0.85% | 0.81% | - |
| XYZ | 43.76 | 48.91 | 8.5 | - |
| YUV | 175.31 | 47.13 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 32 | 0 | 0.10 | 0.85 | 0.19 | 53.14 | 0.73 | 0.47 |
| Hex | CF | BB | 20 | 0 | A | 55 | 13 | 35 | 49 | 2F |
| Octal | 317 | 273 | 40 | 0 | 12 | 125 | 23 | 65 | 111 | 57 |
| Binary | 11001111 | 10111011 | 100000 | 0 | 1010 | 1010101 | 10011 | 110101 | 1001001 | 101111 |
Color Harmonies of #CFBB20
Complementary color
Monochromatic Colors of #CFBB20
Black with #CFBB20
Text Example
Text Example
White with #CFBB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB20; }
p { color: rgb(207,187,32); }
H1.HeaderClassName
{
color: #CFBB20;
}
.AnyTagClassName
{
color: #CFBB20;
}
</style>
background-color css
<style>
a { background-color: #CFBB20; }
a { background-color: rgb(207,187,32); }
div.DivClassName
{
background-color: #CFBB20;
}
.BgClassName
{
background-color: #CFBB20;
}
</style>
border-color css
<style>
span { border-color: #CFBB20; }
span { border-color: rgb(207,187,32); }
td.TdClassName
{
border-color: #CFBB20;
}
.TagClassName
{
border-color: #CFBB20;
}
</style>