Shades of Bird Flower #CFBA17
Tints of Bird Flower #CFBA17
RGB
CMYK
RGB Variations
Color information
#CFBA17 (or 0xCFBA17) is known color: Bird Flower. HEX triplet: CF, BA and 17. RGB value is (207,186,23). Sum of RGB (Red+Green+Blue) = 207+186+23=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 23 (9.38% from 255 or 5.53% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBA17 is #3045E8. Grayscale: #AEAEAE. Windows color (decimal): -3163625 or 1555151. OLE color: 1555151.
HSL color Cylindrical-coordinate representation of color #CFBA17: hue angle of 53.15º degrees, saturation: 0.8, 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 #CFBA17 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 23 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.19 |
| HSL | 53.15º | 0.8% | 0.45% | - |
| HSV(B) | 53.15º | 0.89% | 0.81% | - |
| XYZ | 43.45 | 48.45 | 7.87 | - |
| YUV | 173.7 | 42.96 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 23 | 0 | 0.10 | 0.89 | 0.19 | 53.15 | 0.8 | 0.45 |
| Hex | CF | BA | 17 | 0 | A | 59 | 13 | 35 | 50 | 2D |
| Octal | 317 | 272 | 27 | 0 | 12 | 131 | 23 | 65 | 120 | 55 |
| Binary | 11001111 | 10111010 | 10111 | 0 | 1010 | 1011001 | 10011 | 110101 | 1010000 | 101101 |
Color Harmonies of #CFBA17
Complementary color
Monochromatic Colors of #CFBA17
Black with #CFBA17
Text Example
Text Example
White with #CFBA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA17; }
p { color: rgb(207,186,23); }
H1.HeaderClassName
{
color: #CFBA17;
}
.AnyTagClassName
{
color: #CFBA17;
}
</style>
background-color css
<style>
a { background-color: #CFBA17; }
a { background-color: rgb(207,186,23); }
div.DivClassName
{
background-color: #CFBA17;
}
.BgClassName
{
background-color: #CFBA17;
}
</style>
border-color css
<style>
span { border-color: #CFBA17; }
span { border-color: rgb(207,186,23); }
td.TdClassName
{
border-color: #CFBA17;
}
.TagClassName
{
border-color: #CFBA17;
}
</style>