Shades of Bird Flower #CFBF15
Tints of Bird Flower #CFBF15
RGB
CMYK
RGB Variations
Color information
#CFBF15 (or 0xCFBF15) is known color: Bird Flower. HEX triplet: CF, BF and 15. RGB value is (207,191,21). Sum of RGB (Red+Green+Blue) = 207+191+21=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBF15 is #3040EA. Grayscale: #B1B1B1. Windows color (decimal): -3162347 or 1425359. OLE color: 1425359.
HSL color Cylindrical-coordinate representation of color #CFBF15: hue angle of 54.84º 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 #CFBF15 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 21 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.19 |
| HSL | 54.84º | 0.82% | 0.45% | - |
| HSV(B) | 54.84º | 0.9% | 0.81% | - |
| XYZ | 44.5 | 50.58 | 8.13 | - |
| YUV | 176.4 | 40.3 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 21 | 0 | 0.08 | 0.90 | 0.19 | 54.84 | 0.82 | 0.45 |
| Hex | CF | BF | 15 | 0 | 8 | 5A | 13 | 37 | 52 | 2D |
| Octal | 317 | 277 | 25 | 0 | 10 | 132 | 23 | 67 | 122 | 55 |
| Binary | 11001111 | 10111111 | 10101 | 0 | 1000 | 1011010 | 10011 | 110111 | 1010010 | 101101 |
Color Harmonies of #CFBF15
Complementary color
Monochromatic Colors of #CFBF15
Black with #CFBF15
Text Example
Text Example
White with #CFBF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF15; }
p { color: rgb(207,191,21); }
H1.HeaderClassName
{
color: #CFBF15;
}
.AnyTagClassName
{
color: #CFBF15;
}
</style>
background-color css
<style>
a { background-color: #CFBF15; }
a { background-color: rgb(207,191,21); }
div.DivClassName
{
background-color: #CFBF15;
}
.BgClassName
{
background-color: #CFBF15;
}
</style>
border-color css
<style>
span { border-color: #CFBF15; }
span { border-color: rgb(207,191,21); }
td.TdClassName
{
border-color: #CFBF15;
}
.TagClassName
{
border-color: #CFBF15;
}
</style>