Shades of Bird Flower #CFD00E
Tints of Bird Flower #CFD00E
RGB
CMYK
RGB Variations
Color information
#CFD00E (or 0xCFD00E) is known color: Bird Flower. HEX triplet: CF, D0 and 0E. RGB value is (207,208,14). Sum of RGB (Red+Green+Blue) = 207+208+14=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 14 (5.86% from 255 or 3.26% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD00E is #302FF1. Grayscale: #BABABA. Windows color (decimal): -3158002 or 970959. OLE color: 970959.
HSL color Cylindrical-coordinate representation of color #CFD00E: hue angle of 60.31º 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 #CFD00E is Cyan = 0.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 14 | - |
| CMYK | 0.00 | 0 | 0.93 | 0.18 |
| HSL | 60.31º | 0.87% | 0.44% | - |
| HSV(B) | 60.31º | 0.93% | 0.82% | - |
| XYZ | 48.37 | 58.41 | 9.14 | - |
| YUV | 185.59 | 31.17 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 14 | 0.00 | 0 | 0.93 | 0.18 | 60.31 | 0.87 | 0.44 |
| Hex | CF | D0 | E | 0 | 0 | 5D | 12 | 3C | 57 | 2C |
| Octal | 317 | 320 | 16 | 0 | 0 | 135 | 22 | 74 | 127 | 54 |
| Binary | 11001111 | 11010000 | 1110 | 0 | 0 | 1011101 | 10010 | 111100 | 1010111 | 101100 |
Color Harmonies of #CFD00E
Complementary color
Monochromatic Colors of #CFD00E
Black with #CFD00E
Text Example
Text Example
White with #CFD00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD00E; }
p { color: rgb(207,208,14); }
H1.HeaderClassName
{
color: #CFD00E;
}
.AnyTagClassName
{
color: #CFD00E;
}
</style>
background-color css
<style>
a { background-color: #CFD00E; }
a { background-color: rgb(207,208,14); }
div.DivClassName
{
background-color: #CFD00E;
}
.BgClassName
{
background-color: #CFD00E;
}
</style>
border-color css
<style>
span { border-color: #CFD00E; }
span { border-color: rgb(207,208,14); }
td.TdClassName
{
border-color: #CFD00E;
}
.TagClassName
{
border-color: #CFD00E;
}
</style>