Shades of Bird Flower #CFBC0A
Tints of Bird Flower #CFBC0A
RGB
CMYK
RGB Variations
Color information
#CFBC0A (or 0xCFBC0A) is known color: Bird Flower. HEX triplet: CF, BC and 0A. RGB value is (207,188,10). Sum of RGB (Red+Green+Blue) = 207+188+10=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 10 (4.30% from 255 or 2.47% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBC0A is #3043F5. Grayscale: #AEAEAE. Windows color (decimal): -3163126 or 703695. OLE color: 703695.
HSL color Cylindrical-coordinate representation of color #CFBC0A: hue angle of 54.21º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFBC0A is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 10 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.19 |
| HSL | 54.21º | 0.91% | 0.43% | - |
| HSV(B) | 54.21º | 0.95% | 0.81% | - |
| XYZ | 43.77 | 49.25 | 7.49 | - |
| YUV | 173.39 | 35.79 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 10 | 0 | 0.09 | 0.95 | 0.19 | 54.21 | 0.91 | 0.43 |
| Hex | CF | BC | A | 0 | 9 | 5F | 13 | 36 | 5B | 2B |
| Octal | 317 | 274 | 12 | 0 | 11 | 137 | 23 | 66 | 133 | 53 |
| Binary | 11001111 | 10111100 | 1010 | 0 | 1001 | 1011111 | 10011 | 110110 | 1011011 | 101011 |
Color Harmonies of #CFBC0A
Complementary color
Monochromatic Colors of #CFBC0A
Black with #CFBC0A
Text Example
Text Example
White with #CFBC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC0A; }
p { color: rgb(207,188,10); }
H1.HeaderClassName
{
color: #CFBC0A;
}
.AnyTagClassName
{
color: #CFBC0A;
}
</style>
background-color css
<style>
a { background-color: #CFBC0A; }
a { background-color: rgb(207,188,10); }
div.DivClassName
{
background-color: #CFBC0A;
}
.BgClassName
{
background-color: #CFBC0A;
}
</style>
border-color css
<style>
span { border-color: #CFBC0A; }
span { border-color: rgb(207,188,10); }
td.TdClassName
{
border-color: #CFBC0A;
}
.TagClassName
{
border-color: #CFBC0A;
}
</style>