Shades of Bird Flower #CFB616
Tints of Bird Flower #CFB616
RGB
CMYK
RGB Variations
Color information
#CFB616 (or 0xCFB616) is known color: Bird Flower. HEX triplet: CF, B6 and 16. RGB value is (207,182,22). Sum of RGB (Red+Green+Blue) = 207+182+22=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 182 (71.48% from 255 or 44.28% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB616 is #3049E9. Grayscale: #ABABAB. Windows color (decimal): -3164650 or 1488591. OLE color: 1488591.
HSL color Cylindrical-coordinate representation of color #CFB616: hue angle of 51.89º 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 #CFB616 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 22 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.19 |
| HSL | 51.89º | 0.81% | 0.45% | - |
| HSV(B) | 51.89º | 0.89% | 0.81% | - |
| XYZ | 42.6 | 46.78 | 7.54 | - |
| YUV | 171.24 | 43.78 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 22 | 0 | 0.12 | 0.89 | 0.19 | 51.89 | 0.81 | 0.45 |
| Hex | CF | B6 | 16 | 0 | C | 59 | 13 | 34 | 51 | 2D |
| Octal | 317 | 266 | 26 | 0 | 14 | 131 | 23 | 64 | 121 | 55 |
| Binary | 11001111 | 10110110 | 10110 | 0 | 1100 | 1011001 | 10011 | 110100 | 1010001 | 101101 |
Color Harmonies of #CFB616
Complementary color
Monochromatic Colors of #CFB616
Black with #CFB616
Text Example
Text Example
White with #CFB616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB616; }
p { color: rgb(207,182,22); }
H1.HeaderClassName
{
color: #CFB616;
}
.AnyTagClassName
{
color: #CFB616;
}
</style>
background-color css
<style>
a { background-color: #CFB616; }
a { background-color: rgb(207,182,22); }
div.DivClassName
{
background-color: #CFB616;
}
.BgClassName
{
background-color: #CFB616;
}
</style>
border-color css
<style>
span { border-color: #CFB616; }
span { border-color: rgb(207,182,22); }
td.TdClassName
{
border-color: #CFB616;
}
.TagClassName
{
border-color: #CFB616;
}
</style>