Shades of Bird Flower #CFC60E
Tints of Bird Flower #CFC60E
RGB
CMYK
RGB Variations
Color information
#CFC60E (or 0xCFC60E) is known color: Bird Flower. HEX triplet: CF, C6 and 0E. RGB value is (207,198,14). Sum of RGB (Red+Green+Blue) = 207+198+14=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 14 (5.86% from 255 or 3.34% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC60E is #3039F1. Grayscale: #B4B4B4. Windows color (decimal): -3160562 or 968399. OLE color: 968399.
HSL color Cylindrical-coordinate representation of color #CFC60E: hue angle of 57.2º 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 #CFC60E is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 14 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.19 |
| HSL | 57.2º | 0.87% | 0.43% | - |
| HSV(B) | 57.2º | 0.93% | 0.81% | - |
| XYZ | 46.01 | 53.69 | 8.35 | - |
| YUV | 179.72 | 34.48 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 14 | 0 | 0.04 | 0.93 | 0.19 | 57.2 | 0.87 | 0.43 |
| Hex | CF | C6 | E | 0 | 4 | 5D | 13 | 39 | 57 | 2B |
| Octal | 317 | 306 | 16 | 0 | 4 | 135 | 23 | 71 | 127 | 53 |
| Binary | 11001111 | 11000110 | 1110 | 0 | 100 | 1011101 | 10011 | 111001 | 1010111 | 101011 |
Color Harmonies of #CFC60E
Complementary color
Monochromatic Colors of #CFC60E
Black with #CFC60E
Text Example
Text Example
White with #CFC60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC60E; }
p { color: rgb(207,198,14); }
H1.HeaderClassName
{
color: #CFC60E;
}
.AnyTagClassName
{
color: #CFC60E;
}
</style>
background-color css
<style>
a { background-color: #CFC60E; }
a { background-color: rgb(207,198,14); }
div.DivClassName
{
background-color: #CFC60E;
}
.BgClassName
{
background-color: #CFC60E;
}
</style>
border-color css
<style>
span { border-color: #CFC60E; }
span { border-color: rgb(207,198,14); }
td.TdClassName
{
border-color: #CFC60E;
}
.TagClassName
{
border-color: #CFC60E;
}
</style>