Shades of Bird Flower #CFBB1B
Tints of Bird Flower #CFBB1B
RGB
CMYK
RGB Variations
Color information
#CFBB1B (or 0xCFBB1B) is known color: Bird Flower. HEX triplet: CF, BB and 1B. RGB value is (207,187,27). Sum of RGB (Red+Green+Blue) = 207+187+27=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 27 (10.94% from 255 or 6.41% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB1B is #3044E4. Grayscale: #AFAFAF. Windows color (decimal): -3163365 or 1817551. OLE color: 1817551.
HSL color Cylindrical-coordinate representation of color #CFBB1B: hue angle of 53.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFBB1B is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 27 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.19 |
| HSL | 53.33º | 0.77% | 0.46% | - |
| HSV(B) | 53.33º | 0.87% | 0.81% | - |
| XYZ | 43.7 | 48.89 | 8.17 | - |
| YUV | 174.74 | 44.63 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 27 | 0 | 0.10 | 0.87 | 0.19 | 53.33 | 0.77 | 0.46 |
| Hex | CF | BB | 1B | 0 | A | 57 | 13 | 35 | 4D | 2E |
| Octal | 317 | 273 | 33 | 0 | 12 | 127 | 23 | 65 | 115 | 56 |
| Binary | 11001111 | 10111011 | 11011 | 0 | 1010 | 1010111 | 10011 | 110101 | 1001101 | 101110 |
Color Harmonies of #CFBB1B
Complementary color
Monochromatic Colors of #CFBB1B
Black with #CFBB1B
Text Example
Text Example
White with #CFBB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB1B; }
p { color: rgb(207,187,27); }
H1.HeaderClassName
{
color: #CFBB1B;
}
.AnyTagClassName
{
color: #CFBB1B;
}
</style>
background-color css
<style>
a { background-color: #CFBB1B; }
a { background-color: rgb(207,187,27); }
div.DivClassName
{
background-color: #CFBB1B;
}
.BgClassName
{
background-color: #CFBB1B;
}
</style>
border-color css
<style>
span { border-color: #CFBB1B; }
span { border-color: rgb(207,187,27); }
td.TdClassName
{
border-color: #CFBB1B;
}
.TagClassName
{
border-color: #CFBB1B;
}
</style>