Shades of Bird Flower #CFBA05
Tints of Bird Flower #CFBA05
RGB
CMYK
RGB Variations
Color information
#CFBA05 (or 0xCFBA05) is known color: Bird Flower. HEX triplet: CF, BA and 05. RGB value is (207,186,5). Sum of RGB (Red+Green+Blue) = 207+186+5=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 5 (2.34% from 255 or 1.26% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBA05 is #3045FA. Grayscale: #ACACAC. Windows color (decimal): -3163643 or 375503. OLE color: 375503.
HSL color Cylindrical-coordinate representation of color #CFBA05: hue angle of 53.76º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFBA05 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 5 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.19 |
| HSL | 53.76º | 0.95% | 0.42% | - |
| HSV(B) | 53.76º | 0.98% | 0.81% | - |
| XYZ | 43.32 | 48.39 | 7.2 | - |
| YUV | 171.65 | 33.96 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 5 | 0 | 0.10 | 0.98 | 0.19 | 53.76 | 0.95 | 0.42 |
| Hex | CF | BA | 5 | 0 | A | 62 | 13 | 36 | 5F | 2A |
| Octal | 317 | 272 | 5 | 0 | 12 | 142 | 23 | 66 | 137 | 52 |
| Binary | 11001111 | 10111010 | 101 | 0 | 1010 | 1100010 | 10011 | 110110 | 1011111 | 101010 |
Color Harmonies of #CFBA05
Complementary color
Monochromatic Colors of #CFBA05
Black with #CFBA05
Text Example
Text Example
White with #CFBA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA05; }
p { color: rgb(207,186,5); }
H1.HeaderClassName
{
color: #CFBA05;
}
.AnyTagClassName
{
color: #CFBA05;
}
</style>
background-color css
<style>
a { background-color: #CFBA05; }
a { background-color: rgb(207,186,5); }
div.DivClassName
{
background-color: #CFBA05;
}
.BgClassName
{
background-color: #CFBA05;
}
</style>
border-color css
<style>
span { border-color: #CFBA05; }
span { border-color: rgb(207,186,5); }
td.TdClassName
{
border-color: #CFBA05;
}
.TagClassName
{
border-color: #CFBA05;
}
</style>