Shades of Bird Flower #CFBB06
Tints of Bird Flower #CFBB06
RGB
CMYK
RGB Variations
Color information
#CFBB06 (or 0xCFBB06) is known color: Bird Flower. HEX triplet: CF, BB and 06. RGB value is (207,187,6). Sum of RGB (Red+Green+Blue) = 207+187+6=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 6 (2.73% from 255 or 1.5% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBB06 is #3044F9. Grayscale: #ADADAD. Windows color (decimal): -3163386 or 441295. OLE color: 441295.
HSL color Cylindrical-coordinate representation of color #CFBB06: hue angle of 54.03º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFBB06 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 6 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.19 |
| HSL | 54.03º | 0.94% | 0.42% | - |
| HSV(B) | 54.03º | 0.97% | 0.81% | - |
| XYZ | 43.54 | 48.82 | 7.3 | - |
| YUV | 172.35 | 34.13 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 6 | 0 | 0.10 | 0.97 | 0.19 | 54.03 | 0.94 | 0.42 |
| Hex | CF | BB | 6 | 0 | A | 61 | 13 | 36 | 5E | 2A |
| Octal | 317 | 273 | 6 | 0 | 12 | 141 | 23 | 66 | 136 | 52 |
| Binary | 11001111 | 10111011 | 110 | 0 | 1010 | 1100001 | 10011 | 110110 | 1011110 | 101010 |
Color Harmonies of #CFBB06
Complementary color
Monochromatic Colors of #CFBB06
Black with #CFBB06
Text Example
Text Example
White with #CFBB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB06; }
p { color: rgb(207,187,6); }
H1.HeaderClassName
{
color: #CFBB06;
}
.AnyTagClassName
{
color: #CFBB06;
}
</style>
background-color css
<style>
a { background-color: #CFBB06; }
a { background-color: rgb(207,187,6); }
div.DivClassName
{
background-color: #CFBB06;
}
.BgClassName
{
background-color: #CFBB06;
}
</style>
border-color css
<style>
span { border-color: #CFBB06; }
span { border-color: rgb(207,187,6); }
td.TdClassName
{
border-color: #CFBB06;
}
.TagClassName
{
border-color: #CFBB06;
}
</style>