Shades of Bird Flower #CFC20C
Tints of Bird Flower #CFC20C
RGB
CMYK
RGB Variations
Color information
#CFC20C (or 0xCFC20C) is known color: Bird Flower. HEX triplet: CF, C2 and 0C. RGB value is (207,194,12). Sum of RGB (Red+Green+Blue) = 207+194+12=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC20C is #303DF3. Grayscale: #B1B1B1. Windows color (decimal): -3161588 or 836303. OLE color: 836303.
HSL color Cylindrical-coordinate representation of color #CFC20C: hue angle of 56º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFC20C is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 12 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.19 |
| HSL | 56º | 0.89% | 0.43% | - |
| HSV(B) | 56º | 0.94% | 0.81% | - |
| XYZ | 45.09 | 51.88 | 7.98 | - |
| YUV | 177.14 | 34.81 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 12 | 0 | 0.06 | 0.94 | 0.19 | 56 | 0.89 | 0.43 |
| Hex | CF | C2 | C | 0 | 6 | 5E | 13 | 38 | 59 | 2B |
| Octal | 317 | 302 | 14 | 0 | 6 | 136 | 23 | 70 | 131 | 53 |
| Binary | 11001111 | 11000010 | 1100 | 0 | 110 | 1011110 | 10011 | 111000 | 1011001 | 101011 |
Color Harmonies of #CFC20C
Complementary color
Monochromatic Colors of #CFC20C
Black with #CFC20C
Text Example
Text Example
White with #CFC20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC20C; }
p { color: rgb(207,194,12); }
H1.HeaderClassName
{
color: #CFC20C;
}
.AnyTagClassName
{
color: #CFC20C;
}
</style>
background-color css
<style>
a { background-color: #CFC20C; }
a { background-color: rgb(207,194,12); }
div.DivClassName
{
background-color: #CFC20C;
}
.BgClassName
{
background-color: #CFC20C;
}
</style>
border-color css
<style>
span { border-color: #CFC20C; }
span { border-color: rgb(207,194,12); }
td.TdClassName
{
border-color: #CFC20C;
}
.TagClassName
{
border-color: #CFC20C;
}
</style>