Shades of Bird Flower #CFB716
Tints of Bird Flower #CFB716
RGB
CMYK
RGB Variations
Color information
#CFB716 (or 0xCFB716) is known color: Bird Flower. HEX triplet: CF, B7 and 16. RGB value is (207,183,22). Sum of RGB (Red+Green+Blue) = 207+183+22=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 22 (8.98% from 255 or 5.34% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB716 is #3048E9. Grayscale: #ACACAC. Windows color (decimal): -3164394 or 1488847. OLE color: 1488847.
HSL color Cylindrical-coordinate representation of color #CFB716: hue angle of 52.22º 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 #CFB716 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 22 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.19 |
| HSL | 52.22º | 0.81% | 0.45% | - |
| HSV(B) | 52.22º | 0.89% | 0.81% | - |
| XYZ | 42.81 | 47.19 | 7.61 | - |
| YUV | 171.82 | 43.45 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 22 | 0 | 0.12 | 0.89 | 0.19 | 52.22 | 0.81 | 0.45 |
| Hex | CF | B7 | 16 | 0 | C | 59 | 13 | 34 | 51 | 2D |
| Octal | 317 | 267 | 26 | 0 | 14 | 131 | 23 | 64 | 121 | 55 |
| Binary | 11001111 | 10110111 | 10110 | 0 | 1100 | 1011001 | 10011 | 110100 | 1010001 | 101101 |
Color Harmonies of #CFB716
Complementary color
Monochromatic Colors of #CFB716
Black with #CFB716
Text Example
Text Example
White with #CFB716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB716; }
p { color: rgb(207,183,22); }
H1.HeaderClassName
{
color: #CFB716;
}
.AnyTagClassName
{
color: #CFB716;
}
</style>
background-color css
<style>
a { background-color: #CFB716; }
a { background-color: rgb(207,183,22); }
div.DivClassName
{
background-color: #CFB716;
}
.BgClassName
{
background-color: #CFB716;
}
</style>
border-color css
<style>
span { border-color: #CFB716; }
span { border-color: rgb(207,183,22); }
td.TdClassName
{
border-color: #CFB716;
}
.TagClassName
{
border-color: #CFB716;
}
</style>