Shades of Bird Flower #CFC50F
Tints of Bird Flower #CFC50F
RGB
CMYK
RGB Variations
Color information
#CFC50F (or 0xCFC50F) is known color: Bird Flower. HEX triplet: CF, C5 and 0F. RGB value is (207,197,15). Sum of RGB (Red+Green+Blue) = 207+197+15=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC50F is #303AF0. Grayscale: #B3B3B3. Windows color (decimal): -3160817 or 1033679. OLE color: 1033679.
HSL color Cylindrical-coordinate representation of color #CFC50F: hue angle of 56.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFC50F is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 15 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.19 |
| HSL | 56.88º | 0.86% | 0.44% | - |
| HSV(B) | 56.88º | 0.93% | 0.81% | - |
| XYZ | 45.78 | 53.23 | 8.31 | - |
| YUV | 179.24 | 35.31 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 15 | 0 | 0.05 | 0.93 | 0.19 | 56.88 | 0.86 | 0.44 |
| Hex | CF | C5 | F | 0 | 5 | 5D | 13 | 39 | 56 | 2C |
| Octal | 317 | 305 | 17 | 0 | 5 | 135 | 23 | 71 | 126 | 54 |
| Binary | 11001111 | 11000101 | 1111 | 0 | 101 | 1011101 | 10011 | 111001 | 1010110 | 101100 |
Color Harmonies of #CFC50F
Complementary color
Monochromatic Colors of #CFC50F
Black with #CFC50F
Text Example
Text Example
White with #CFC50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC50F; }
p { color: rgb(207,197,15); }
H1.HeaderClassName
{
color: #CFC50F;
}
.AnyTagClassName
{
color: #CFC50F;
}
</style>
background-color css
<style>
a { background-color: #CFC50F; }
a { background-color: rgb(207,197,15); }
div.DivClassName
{
background-color: #CFC50F;
}
.BgClassName
{
background-color: #CFC50F;
}
</style>
border-color css
<style>
span { border-color: #CFC50F; }
span { border-color: rgb(207,197,15); }
td.TdClassName
{
border-color: #CFC50F;
}
.TagClassName
{
border-color: #CFC50F;
}
</style>