Shades of Bird Flower #CFBB15
Tints of Bird Flower #CFBB15
RGB
CMYK
RGB Variations
Color information
#CFBB15 (or 0xCFBB15) is known color: Bird Flower. HEX triplet: CF, BB and 15. RGB value is (207,187,21). Sum of RGB (Red+Green+Blue) = 207+187+21=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 21 (8.59% from 255 or 5.06% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBB15 is #3044EA. Grayscale: #AEAEAE. Windows color (decimal): -3163371 or 1424335. OLE color: 1424335.
HSL color Cylindrical-coordinate representation of color #CFBB15: hue angle of 53.55º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFBB15 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 21 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.19 |
| HSL | 53.55º | 0.82% | 0.45% | - |
| HSV(B) | 53.55º | 0.9% | 0.81% | - |
| XYZ | 43.64 | 48.86 | 7.84 | - |
| YUV | 174.06 | 41.63 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 21 | 0 | 0.10 | 0.90 | 0.19 | 53.55 | 0.82 | 0.45 |
| Hex | CF | BB | 15 | 0 | A | 5A | 13 | 36 | 52 | 2D |
| Octal | 317 | 273 | 25 | 0 | 12 | 132 | 23 | 66 | 122 | 55 |
| Binary | 11001111 | 10111011 | 10101 | 0 | 1010 | 1011010 | 10011 | 110110 | 1010010 | 101101 |
Color Harmonies of #CFBB15
Complementary color
Monochromatic Colors of #CFBB15
Black with #CFBB15
Text Example
Text Example
White with #CFBB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB15; }
p { color: rgb(207,187,21); }
H1.HeaderClassName
{
color: #CFBB15;
}
.AnyTagClassName
{
color: #CFBB15;
}
</style>
background-color css
<style>
a { background-color: #CFBB15; }
a { background-color: rgb(207,187,21); }
div.DivClassName
{
background-color: #CFBB15;
}
.BgClassName
{
background-color: #CFBB15;
}
</style>
border-color css
<style>
span { border-color: #CFBB15; }
span { border-color: rgb(207,187,21); }
td.TdClassName
{
border-color: #CFBB15;
}
.TagClassName
{
border-color: #CFBB15;
}
</style>