Shades of Bird Flower #CFC20F
Tints of Bird Flower #CFC20F
RGB
CMYK
RGB Variations
Color information
#CFC20F (or 0xCFC20F) is known color: Bird Flower. HEX triplet: CF, C2 and 0F. RGB value is (207,194,15). Sum of RGB (Red+Green+Blue) = 207+194+15=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 15 (6.25% from 255 or 3.61% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC20F is #303DF0. Grayscale: #B2B2B2. Windows color (decimal): -3161585 or 1032911. OLE color: 1032911.
HSL color Cylindrical-coordinate representation of color #CFC20F: hue angle of 55.94º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFC20F is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 15 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.19 |
| HSL | 55.94º | 0.86% | 0.44% | - |
| HSV(B) | 55.94º | 0.93% | 0.81% | - |
| XYZ | 45.11 | 51.88 | 8.09 | - |
| YUV | 177.48 | 36.31 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 15 | 0 | 0.06 | 0.93 | 0.19 | 55.94 | 0.86 | 0.44 |
| Hex | CF | C2 | F | 0 | 6 | 5D | 13 | 38 | 56 | 2C |
| Octal | 317 | 302 | 17 | 0 | 6 | 135 | 23 | 70 | 126 | 54 |
| Binary | 11001111 | 11000010 | 1111 | 0 | 110 | 1011101 | 10011 | 111000 | 1010110 | 101100 |
Color Harmonies of #CFC20F
Complementary color
Monochromatic Colors of #CFC20F
Black with #CFC20F
Text Example
Text Example
White with #CFC20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC20F; }
p { color: rgb(207,194,15); }
H1.HeaderClassName
{
color: #CFC20F;
}
.AnyTagClassName
{
color: #CFC20F;
}
</style>
background-color css
<style>
a { background-color: #CFC20F; }
a { background-color: rgb(207,194,15); }
div.DivClassName
{
background-color: #CFC20F;
}
.BgClassName
{
background-color: #CFC20F;
}
</style>
border-color css
<style>
span { border-color: #CFC20F; }
span { border-color: rgb(207,194,15); }
td.TdClassName
{
border-color: #CFC20F;
}
.TagClassName
{
border-color: #CFC20F;
}
</style>