Shades of Bird Flower #CFBC14
Tints of Bird Flower #CFBC14
RGB
CMYK
RGB Variations
Color information
#CFBC14 (or 0xCFBC14) is known color: Bird Flower. HEX triplet: CF, BC and 14. RGB value is (207,188,20). Sum of RGB (Red+Green+Blue) = 207+188+20=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBC14 is #3043EB. Grayscale: #AFAFAF. Windows color (decimal): -3163116 or 1359055. OLE color: 1359055.
HSL color Cylindrical-coordinate representation of color #CFBC14: hue angle of 53.9º 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 #CFBC14 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 20 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.19 |
| HSL | 53.9º | 0.82% | 0.45% | - |
| HSV(B) | 53.9º | 0.9% | 0.81% | - |
| XYZ | 43.84 | 49.28 | 7.86 | - |
| YUV | 174.53 | 40.79 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 20 | 0 | 0.09 | 0.90 | 0.19 | 53.9 | 0.82 | 0.45 |
| Hex | CF | BC | 14 | 0 | 9 | 5A | 13 | 36 | 52 | 2D |
| Octal | 317 | 274 | 24 | 0 | 11 | 132 | 23 | 66 | 122 | 55 |
| Binary | 11001111 | 10111100 | 10100 | 0 | 1001 | 1011010 | 10011 | 110110 | 1010010 | 101101 |
Color Harmonies of #CFBC14
Complementary color
Monochromatic Colors of #CFBC14
Black with #CFBC14
Text Example
Text Example
White with #CFBC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC14; }
p { color: rgb(207,188,20); }
H1.HeaderClassName
{
color: #CFBC14;
}
.AnyTagClassName
{
color: #CFBC14;
}
</style>
background-color css
<style>
a { background-color: #CFBC14; }
a { background-color: rgb(207,188,20); }
div.DivClassName
{
background-color: #CFBC14;
}
.BgClassName
{
background-color: #CFBC14;
}
</style>
border-color css
<style>
span { border-color: #CFBC14; }
span { border-color: rgb(207,188,20); }
td.TdClassName
{
border-color: #CFBC14;
}
.TagClassName
{
border-color: #CFBC14;
}
</style>