Shades of Bird Flower #CFD012
Tints of Bird Flower #CFD012
RGB
CMYK
RGB Variations
Color information
#CFD012 (or 0xCFD012) is known color: Bird Flower. HEX triplet: CF, D0 and 12. RGB value is (207,208,18). Sum of RGB (Red+Green+Blue) = 207+208+18=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD012 is #302FED. Grayscale: #BABABA. Windows color (decimal): -3157998 or 1233103. OLE color: 1233103.
HSL color Cylindrical-coordinate representation of color #CFD012: hue angle of 60.32º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFD012 is Cyan = 0.00, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 18 | - |
| CMYK | 0.00 | 0 | 0.91 | 0.18 |
| HSL | 60.32º | 0.84% | 0.44% | - |
| HSV(B) | 60.32º | 0.91% | 0.82% | - |
| XYZ | 48.4 | 58.42 | 9.3 | - |
| YUV | 186.04 | 33.17 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 18 | 0.00 | 0 | 0.91 | 0.18 | 60.32 | 0.84 | 0.44 |
| Hex | CF | D0 | 12 | 0 | 0 | 5B | 12 | 3C | 54 | 2C |
| Octal | 317 | 320 | 22 | 0 | 0 | 133 | 22 | 74 | 124 | 54 |
| Binary | 11001111 | 11010000 | 10010 | 0 | 0 | 1011011 | 10010 | 111100 | 1010100 | 101100 |
Color Harmonies of #CFD012
Complementary color
Monochromatic Colors of #CFD012
Black with #CFD012
Text Example
Text Example
White with #CFD012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD012; }
p { color: rgb(207,208,18); }
H1.HeaderClassName
{
color: #CFD012;
}
.AnyTagClassName
{
color: #CFD012;
}
</style>
background-color css
<style>
a { background-color: #CFD012; }
a { background-color: rgb(207,208,18); }
div.DivClassName
{
background-color: #CFD012;
}
.BgClassName
{
background-color: #CFD012;
}
</style>
border-color css
<style>
span { border-color: #CFD012; }
span { border-color: rgb(207,208,18); }
td.TdClassName
{
border-color: #CFD012;
}
.TagClassName
{
border-color: #CFD012;
}
</style>