Shades of Bird Flower #CFC90E
Tints of Bird Flower #CFC90E
RGB
CMYK
RGB Variations
Color information
#CFC90E (or 0xCFC90E) is known color: Bird Flower. HEX triplet: CF, C9 and 0E. RGB value is (207,201,14). Sum of RGB (Red+Green+Blue) = 207+201+14=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 14 (5.86% from 255 or 3.32% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC90E is #3036F1. Grayscale: #B6B6B6. Windows color (decimal): -3159794 or 969167. OLE color: 969167.
HSL color Cylindrical-coordinate representation of color #CFC90E: hue angle of 58.13º 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 #CFC90E is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 14 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.19 |
| HSL | 58.13º | 0.87% | 0.43% | - |
| HSV(B) | 58.13º | 0.93% | 0.81% | - |
| XYZ | 46.7 | 55.07 | 8.58 | - |
| YUV | 181.48 | 33.49 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 14 | 0 | 0.03 | 0.93 | 0.19 | 58.13 | 0.87 | 0.43 |
| Hex | CF | C9 | E | 0 | 3 | 5D | 13 | 3A | 57 | 2B |
| Octal | 317 | 311 | 16 | 0 | 3 | 135 | 23 | 72 | 127 | 53 |
| Binary | 11001111 | 11001001 | 1110 | 0 | 11 | 1011101 | 10011 | 111010 | 1010111 | 101011 |
Color Harmonies of #CFC90E
Complementary color
Monochromatic Colors of #CFC90E
Black with #CFC90E
Text Example
Text Example
White with #CFC90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC90E; }
p { color: rgb(207,201,14); }
H1.HeaderClassName
{
color: #CFC90E;
}
.AnyTagClassName
{
color: #CFC90E;
}
</style>
background-color css
<style>
a { background-color: #CFC90E; }
a { background-color: rgb(207,201,14); }
div.DivClassName
{
background-color: #CFC90E;
}
.BgClassName
{
background-color: #CFC90E;
}
</style>
border-color css
<style>
span { border-color: #CFC90E; }
span { border-color: rgb(207,201,14); }
td.TdClassName
{
border-color: #CFC90E;
}
.TagClassName
{
border-color: #CFC90E;
}
</style>