Shades of Bird Flower #CFC50C
Tints of Bird Flower #CFC50C
RGB
CMYK
RGB Variations
Color information
#CFC50C (or 0xCFC50C) is known color: Bird Flower. HEX triplet: CF, C5 and 0C. RGB value is (207,197,12). Sum of RGB (Red+Green+Blue) = 207+197+12=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 12 (5.08% from 255 or 2.88% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC50C is #303AF3. Grayscale: #B3B3B3. Windows color (decimal): -3160820 or 837071. OLE color: 837071.
HSL color Cylindrical-coordinate representation of color #CFC50C: hue angle of 56.92º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFC50C is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 12 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.19 |
| HSL | 56.92º | 0.89% | 0.43% | - |
| HSV(B) | 56.92º | 0.94% | 0.81% | - |
| XYZ | 45.76 | 53.22 | 8.21 | - |
| YUV | 178.9 | 33.81 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 12 | 0 | 0.05 | 0.94 | 0.19 | 56.92 | 0.89 | 0.43 |
| Hex | CF | C5 | C | 0 | 5 | 5E | 13 | 39 | 59 | 2B |
| Octal | 317 | 305 | 14 | 0 | 5 | 136 | 23 | 71 | 131 | 53 |
| Binary | 11001111 | 11000101 | 1100 | 0 | 101 | 1011110 | 10011 | 111001 | 1011001 | 101011 |
Color Harmonies of #CFC50C
Complementary color
Monochromatic Colors of #CFC50C
Black with #CFC50C
Text Example
Text Example
White with #CFC50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC50C; }
p { color: rgb(207,197,12); }
H1.HeaderClassName
{
color: #CFC50C;
}
.AnyTagClassName
{
color: #CFC50C;
}
</style>
background-color css
<style>
a { background-color: #CFC50C; }
a { background-color: rgb(207,197,12); }
div.DivClassName
{
background-color: #CFC50C;
}
.BgClassName
{
background-color: #CFC50C;
}
</style>
border-color css
<style>
span { border-color: #CFC50C; }
span { border-color: rgb(207,197,12); }
td.TdClassName
{
border-color: #CFC50C;
}
.TagClassName
{
border-color: #CFC50C;
}
</style>