Shades of Bird Flower #CFBB00
Tints of Bird Flower #CFBB00
RGB
CMYK
RGB Variations
Color information
#CFBB00 (or 0xCFBB00) is known color: Bird Flower. HEX triplet: CF, BB and 00. RGB value is (207,187,0). Sum of RGB (Red+Green+Blue) = 207+187+0=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBB00 is #3044FF. Grayscale: #ACACAC. Windows color (decimal): -3163392 or 48079. OLE color: 48079.
HSL color Cylindrical-coordinate representation of color #CFBB00: hue angle of 54.2º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFBB00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.19 |
| HSL | 54.2º | 1% | 0.41% | - |
| HSV(B) | 54.2º | 1% | 0.81% | - |
| XYZ | 43.5 | 48.81 | 7.13 | - |
| YUV | 171.66 | 31.13 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 0 | 0 | 0.10 | 1 | 0.19 | 54.2 | 1 | 0.41 |
| Hex | CF | BB | 0 | 0 | A | 64 | 13 | 36 | 64 | 29 |
| Octal | 317 | 273 | 0 | 0 | 12 | 144 | 23 | 66 | 144 | 51 |
| Binary | 11001111 | 10111011 | 0 | 0 | 1010 | 1100100 | 10011 | 110110 | 1100100 | 101001 |
Color Harmonies of #CFBB00
Complementary color
Monochromatic Colors of #CFBB00
Black with #CFBB00
Text Example
Text Example
White with #CFBB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB00; }
p { color: rgb(207,187,0); }
H1.HeaderClassName
{
color: #CFBB00;
}
.AnyTagClassName
{
color: #CFBB00;
}
</style>
background-color css
<style>
a { background-color: #CFBB00; }
a { background-color: rgb(207,187,0); }
div.DivClassName
{
background-color: #CFBB00;
}
.BgClassName
{
background-color: #CFBB00;
}
</style>
border-color css
<style>
span { border-color: #CFBB00; }
span { border-color: rgb(207,187,0); }
td.TdClassName
{
border-color: #CFBB00;
}
.TagClassName
{
border-color: #CFBB00;
}
</style>