Shades of Bird Flower #CFD60E
Tints of Bird Flower #CFD60E
RGB
CMYK
RGB Variations
Color information
#CFD60E (or 0xCFD60E) is known color: Bird Flower. HEX triplet: CF, D6 and 0E. RGB value is (207,214,14). Sum of RGB (Red+Green+Blue) = 207+214+14=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 14 (5.86% from 255 or 3.22% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD60E is #3029F1. Grayscale: #BDBDBD. Windows color (decimal): -3156466 or 972495. OLE color: 972495.
HSL color Cylindrical-coordinate representation of color #CFD60E: hue angle of 62.1º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFD60E is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 14 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.16 |
| HSL | 62.1º | 0.88% | 0.45% | - |
| HSV(B) | 62.1º | 0.93% | 0.84% | - |
| XYZ | 49.86 | 61.39 | 9.64 | - |
| YUV | 189.11 | 29.18 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 14 | 0.03 | 0 | 0.93 | 0.16 | 62.1 | 0.88 | 0.45 |
| Hex | CF | D6 | E | 3 | 0 | 5D | 10 | 3E | 58 | 2D |
| Octal | 317 | 326 | 16 | 3 | 0 | 135 | 20 | 76 | 130 | 55 |
| Binary | 11001111 | 11010110 | 1110 | 11 | 0 | 1011101 | 10000 | 111110 | 1011000 | 101101 |
Color Harmonies of #CFD60E
Complementary color
Monochromatic Colors of #CFD60E
Black with #CFD60E
Text Example
Text Example
White with #CFD60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD60E; }
p { color: rgb(207,214,14); }
H1.HeaderClassName
{
color: #CFD60E;
}
.AnyTagClassName
{
color: #CFD60E;
}
</style>
background-color css
<style>
a { background-color: #CFD60E; }
a { background-color: rgb(207,214,14); }
div.DivClassName
{
background-color: #CFD60E;
}
.BgClassName
{
background-color: #CFD60E;
}
</style>
border-color css
<style>
span { border-color: #CFD60E; }
span { border-color: rgb(207,214,14); }
td.TdClassName
{
border-color: #CFD60E;
}
.TagClassName
{
border-color: #CFD60E;
}
</style>