Shades of Bird Flower #CFC50E
Tints of Bird Flower #CFC50E
RGB
CMYK
RGB Variations
Color information
#CFC50E (or 0xCFC50E) is known color: Bird Flower. HEX triplet: CF, C5 and 0E. RGB value is (207,197,14). Sum of RGB (Red+Green+Blue) = 207+197+14=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 14 (5.86% from 255 or 3.35% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC50E is #303AF1. Grayscale: #B3B3B3. Windows color (decimal): -3160818 or 968143. OLE color: 968143.
HSL color Cylindrical-coordinate representation of color #CFC50E: hue angle of 56.89º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFC50E is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 14 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.19 |
| HSL | 56.89º | 0.87% | 0.43% | - |
| HSV(B) | 56.89º | 0.93% | 0.81% | - |
| XYZ | 45.78 | 53.23 | 8.28 | - |
| YUV | 179.13 | 34.81 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 14 | 0 | 0.05 | 0.93 | 0.19 | 56.89 | 0.87 | 0.43 |
| Hex | CF | C5 | E | 0 | 5 | 5D | 13 | 39 | 57 | 2B |
| Octal | 317 | 305 | 16 | 0 | 5 | 135 | 23 | 71 | 127 | 53 |
| Binary | 11001111 | 11000101 | 1110 | 0 | 101 | 1011101 | 10011 | 111001 | 1010111 | 101011 |
Color Harmonies of #CFC50E
Complementary color
Monochromatic Colors of #CFC50E
Black with #CFC50E
Text Example
Text Example
White with #CFC50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC50E; }
p { color: rgb(207,197,14); }
H1.HeaderClassName
{
color: #CFC50E;
}
.AnyTagClassName
{
color: #CFC50E;
}
</style>
background-color css
<style>
a { background-color: #CFC50E; }
a { background-color: rgb(207,197,14); }
div.DivClassName
{
background-color: #CFC50E;
}
.BgClassName
{
background-color: #CFC50E;
}
</style>
border-color css
<style>
span { border-color: #CFC50E; }
span { border-color: rgb(207,197,14); }
td.TdClassName
{
border-color: #CFC50E;
}
.TagClassName
{
border-color: #CFC50E;
}
</style>