Shades of Bird Flower #CFC10E
Tints of Bird Flower #CFC10E
RGB
CMYK
RGB Variations
Color information
#CFC10E (or 0xCFC10E) is known color: Bird Flower. HEX triplet: CF, C1 and 0E. RGB value is (207,193,14). Sum of RGB (Red+Green+Blue) = 207+193+14=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 14 (5.86% from 255 or 3.38% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC10E is #303EF1. Grayscale: #B1B1B1. Windows color (decimal): -3161842 or 967119. OLE color: 967119.
HSL color Cylindrical-coordinate representation of color #CFC10E: hue angle of 55.65º 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 #CFC10E is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 14 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.19 |
| HSL | 55.65º | 0.87% | 0.43% | - |
| HSV(B) | 55.65º | 0.93% | 0.81% | - |
| XYZ | 44.88 | 51.44 | 7.98 | - |
| YUV | 176.78 | 36.14 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 14 | 0 | 0.07 | 0.93 | 0.19 | 55.65 | 0.87 | 0.43 |
| Hex | CF | C1 | E | 0 | 7 | 5D | 13 | 38 | 57 | 2B |
| Octal | 317 | 301 | 16 | 0 | 7 | 135 | 23 | 70 | 127 | 53 |
| Binary | 11001111 | 11000001 | 1110 | 0 | 111 | 1011101 | 10011 | 111000 | 1010111 | 101011 |
Color Harmonies of #CFC10E
Complementary color
Monochromatic Colors of #CFC10E
Black with #CFC10E
Text Example
Text Example
White with #CFC10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC10E; }
p { color: rgb(207,193,14); }
H1.HeaderClassName
{
color: #CFC10E;
}
.AnyTagClassName
{
color: #CFC10E;
}
</style>
background-color css
<style>
a { background-color: #CFC10E; }
a { background-color: rgb(207,193,14); }
div.DivClassName
{
background-color: #CFC10E;
}
.BgClassName
{
background-color: #CFC10E;
}
</style>
border-color css
<style>
span { border-color: #CFC10E; }
span { border-color: rgb(207,193,14); }
td.TdClassName
{
border-color: #CFC10E;
}
.TagClassName
{
border-color: #CFC10E;
}
</style>