Shades of Bird Flower #CFBB03
Tints of Bird Flower #CFBB03
RGB
CMYK
RGB Variations
Color information
#CFBB03 (or 0xCFBB03) is known color: Bird Flower. HEX triplet: CF, BB and 03. RGB value is (207,187,3). Sum of RGB (Red+Green+Blue) = 207+187+3=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 3 (1.56% from 255 or 0.76% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBB03 is #3044FC. Grayscale: #ACACAC. Windows color (decimal): -3163389 or 244687. OLE color: 244687.
HSL color Cylindrical-coordinate representation of color #CFBB03: hue angle of 54.12º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFBB03 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 3 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.19 |
| HSL | 54.12º | 0.97% | 0.41% | - |
| HSV(B) | 54.12º | 0.99% | 0.81% | - |
| XYZ | 43.52 | 48.81 | 7.21 | - |
| YUV | 172 | 32.63 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 3 | 0 | 0.10 | 0.99 | 0.19 | 54.12 | 0.97 | 0.41 |
| Hex | CF | BB | 3 | 0 | A | 63 | 13 | 36 | 61 | 29 |
| Octal | 317 | 273 | 3 | 0 | 12 | 143 | 23 | 66 | 141 | 51 |
| Binary | 11001111 | 10111011 | 11 | 0 | 1010 | 1100011 | 10011 | 110110 | 1100001 | 101001 |
Color Harmonies of #CFBB03
Complementary color
Monochromatic Colors of #CFBB03
Black with #CFBB03
Text Example
Text Example
White with #CFBB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB03; }
p { color: rgb(207,187,3); }
H1.HeaderClassName
{
color: #CFBB03;
}
.AnyTagClassName
{
color: #CFBB03;
}
</style>
background-color css
<style>
a { background-color: #CFBB03; }
a { background-color: rgb(207,187,3); }
div.DivClassName
{
background-color: #CFBB03;
}
.BgClassName
{
background-color: #CFBB03;
}
</style>
border-color css
<style>
span { border-color: #CFBB03; }
span { border-color: rgb(207,187,3); }
td.TdClassName
{
border-color: #CFBB03;
}
.TagClassName
{
border-color: #CFBB03;
}
</style>