Shades of Bird Flower #CFBA13
Tints of Bird Flower #CFBA13
RGB
CMYK
RGB Variations
Color information
#CFBA13 (or 0xCFBA13) is known color: Bird Flower. HEX triplet: CF, BA and 13. RGB value is (207,186,19). Sum of RGB (Red+Green+Blue) = 207+186+19=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBA13 is #3045EC. Grayscale: #ADADAD. Windows color (decimal): -3163629 or 1293007. OLE color: 1293007.
HSL color Cylindrical-coordinate representation of color #CFBA13: hue angle of 53.3º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFBA13 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 19 | - |
| CMYK | 0 | 0.10 | 0.91 | 0.19 |
| HSL | 53.3º | 0.83% | 0.44% | - |
| HSV(B) | 53.3º | 0.91% | 0.81% | - |
| XYZ | 43.41 | 48.43 | 7.68 | - |
| YUV | 173.24 | 40.96 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 19 | 0 | 0.10 | 0.91 | 0.19 | 53.3 | 0.83 | 0.44 |
| Hex | CF | BA | 13 | 0 | A | 5B | 13 | 35 | 53 | 2C |
| Octal | 317 | 272 | 23 | 0 | 12 | 133 | 23 | 65 | 123 | 54 |
| Binary | 11001111 | 10111010 | 10011 | 0 | 1010 | 1011011 | 10011 | 110101 | 1010011 | 101100 |
Color Harmonies of #CFBA13
Complementary color
Monochromatic Colors of #CFBA13
Black with #CFBA13
Text Example
Text Example
White with #CFBA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA13; }
p { color: rgb(207,186,19); }
H1.HeaderClassName
{
color: #CFBA13;
}
.AnyTagClassName
{
color: #CFBA13;
}
</style>
background-color css
<style>
a { background-color: #CFBA13; }
a { background-color: rgb(207,186,19); }
div.DivClassName
{
background-color: #CFBA13;
}
.BgClassName
{
background-color: #CFBA13;
}
</style>
border-color css
<style>
span { border-color: #CFBA13; }
span { border-color: rgb(207,186,19); }
td.TdClassName
{
border-color: #CFBA13;
}
.TagClassName
{
border-color: #CFBA13;
}
</style>