Shades of Bird Flower #CFD10E
Tints of Bird Flower #CFD10E
RGB
CMYK
RGB Variations
Color information
#CFD10E (or 0xCFD10E) is known color: Bird Flower. HEX triplet: CF, D1 and 0E. RGB value is (207,209,14). Sum of RGB (Red+Green+Blue) = 207+209+14=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 14 (5.86% from 255 or 3.26% from 430); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD10E is #302EF1. Grayscale: #BABABA. Windows color (decimal): -3157746 or 971215. OLE color: 971215.
HSL color Cylindrical-coordinate representation of color #CFD10E: hue angle of 60.62º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFD10E is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 14 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.18 |
| HSL | 60.62º | 0.87% | 0.44% | - |
| HSV(B) | 60.62º | 0.93% | 0.82% | - |
| XYZ | 48.61 | 58.9 | 9.22 | - |
| YUV | 186.17 | 30.84 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 14 | 0.01 | 0 | 0.93 | 0.18 | 60.62 | 0.87 | 0.44 |
| Hex | CF | D1 | E | 1 | 0 | 5D | 12 | 3D | 57 | 2C |
| Octal | 317 | 321 | 16 | 1 | 0 | 135 | 22 | 75 | 127 | 54 |
| Binary | 11001111 | 11010001 | 1110 | 1 | 0 | 1011101 | 10010 | 111101 | 1010111 | 101100 |
Color Harmonies of #CFD10E
Complementary color
Monochromatic Colors of #CFD10E
Black with #CFD10E
Text Example
Text Example
White with #CFD10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD10E; }
p { color: rgb(207,209,14); }
H1.HeaderClassName
{
color: #CFD10E;
}
.AnyTagClassName
{
color: #CFD10E;
}
</style>
background-color css
<style>
a { background-color: #CFD10E; }
a { background-color: rgb(207,209,14); }
div.DivClassName
{
background-color: #CFD10E;
}
.BgClassName
{
background-color: #CFD10E;
}
</style>
border-color css
<style>
span { border-color: #CFD10E; }
span { border-color: rgb(207,209,14); }
td.TdClassName
{
border-color: #CFD10E;
}
.TagClassName
{
border-color: #CFD10E;
}
</style>