Shades of Bird Flower #CFC616
Tints of Bird Flower #CFC616
RGB
CMYK
RGB Variations
Color information
#CFC616 (or 0xCFC616) is known color: Bird Flower. HEX triplet: CF, C6 and 16. RGB value is (207,198,22). Sum of RGB (Red+Green+Blue) = 207+198+22=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 198 (77.73% from 255 or 46.37% from 427); Blue value is 22 (8.98% from 255 or 5.15% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC616 is #3039E9. Grayscale: #B5B5B5. Windows color (decimal): -3160554 or 1492687. OLE color: 1492687.
HSL color Cylindrical-coordinate representation of color #CFC616: hue angle of 57.08º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFC616 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 22 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.19 |
| HSL | 57.08º | 0.81% | 0.45% | - |
| HSV(B) | 57.08º | 0.89% | 0.81% | - |
| XYZ | 46.07 | 53.71 | 8.7 | - |
| YUV | 180.63 | 38.48 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 22 | 0 | 0.04 | 0.89 | 0.19 | 57.08 | 0.81 | 0.45 |
| Hex | CF | C6 | 16 | 0 | 4 | 59 | 13 | 39 | 51 | 2D |
| Octal | 317 | 306 | 26 | 0 | 4 | 131 | 23 | 71 | 121 | 55 |
| Binary | 11001111 | 11000110 | 10110 | 0 | 100 | 1011001 | 10011 | 111001 | 1010001 | 101101 |
Color Harmonies of #CFC616
Complementary color
Monochromatic Colors of #CFC616
Black with #CFC616
Text Example
Text Example
White with #CFC616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC616; }
p { color: rgb(207,198,22); }
H1.HeaderClassName
{
color: #CFC616;
}
.AnyTagClassName
{
color: #CFC616;
}
</style>
background-color css
<style>
a { background-color: #CFC616; }
a { background-color: rgb(207,198,22); }
div.DivClassName
{
background-color: #CFC616;
}
.BgClassName
{
background-color: #CFC616;
}
</style>
border-color css
<style>
span { border-color: #CFC616; }
span { border-color: rgb(207,198,22); }
td.TdClassName
{
border-color: #CFC616;
}
.TagClassName
{
border-color: #CFC616;
}
</style>