Shades of Bird Flower #CFC00E
Tints of Bird Flower #CFC00E
RGB
CMYK
RGB Variations
Color information
#CFC00E (or 0xCFC00E) is known color: Bird Flower. HEX triplet: CF, C0 and 0E. RGB value is (207,192,14). Sum of RGB (Red+Green+Blue) = 207+192+14=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 14 (5.86% from 255 or 3.39% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC00E is #303FF1. Grayscale: #B0B0B0. Windows color (decimal): -3162098 or 966863. OLE color: 966863.
HSL color Cylindrical-coordinate representation of color #CFC00E: hue angle of 55.34º 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 #CFC00E is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 192 | 14 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.19 |
| HSL | 55.34º | 0.87% | 0.43% | - |
| HSV(B) | 55.34º | 0.93% | 0.81% | - |
| XYZ | 44.66 | 51 | 7.9 | - |
| YUV | 176.19 | 36.47 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 192 | 14 | 0 | 0.07 | 0.93 | 0.19 | 55.34 | 0.87 | 0.43 |
| Hex | CF | C0 | E | 0 | 7 | 5D | 13 | 37 | 57 | 2B |
| Octal | 317 | 300 | 16 | 0 | 7 | 135 | 23 | 67 | 127 | 53 |
| Binary | 11001111 | 11000000 | 1110 | 0 | 111 | 1011101 | 10011 | 110111 | 1010111 | 101011 |
Color Harmonies of #CFC00E
Complementary color
Monochromatic Colors of #CFC00E
Black with #CFC00E
Text Example
Text Example
White with #CFC00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC00E; }
p { color: rgb(207,192,14); }
H1.HeaderClassName
{
color: #CFC00E;
}
.AnyTagClassName
{
color: #CFC00E;
}
</style>
background-color css
<style>
a { background-color: #CFC00E; }
a { background-color: rgb(207,192,14); }
div.DivClassName
{
background-color: #CFC00E;
}
.BgClassName
{
background-color: #CFC00E;
}
</style>
border-color css
<style>
span { border-color: #CFC00E; }
span { border-color: rgb(207,192,14); }
td.TdClassName
{
border-color: #CFC00E;
}
.TagClassName
{
border-color: #CFC00E;
}
</style>