Shades of Bird Flower #CCBA0E
Tints of Bird Flower #CCBA0E
RGB
CMYK
RGB Variations
Color information
#CCBA0E (or 0xCCBA0E) is known color: Bird Flower. HEX triplet: CC, BA and 0E. RGB value is (204,186,14). Sum of RGB (Red+Green+Blue) = 204+186+14=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 14 (5.86% from 255 or 3.47% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBA0E is #3345F1. Grayscale: #ACACAC. Windows color (decimal): -3360242 or 965324. OLE color: 965324.
HSL color Cylindrical-coordinate representation of color #CCBA0E: hue angle of 54.32º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCBA0E is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 14 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.2 |
| HSL | 54.32º | 0.87% | 0.43% | - |
| HSV(B) | 54.32º | 0.93% | 0.8% | - |
| XYZ | 42.54 | 47.99 | 7.44 | - |
| YUV | 171.77 | 38.96 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 14 | 0 | 0.09 | 0.93 | 0.2 | 54.32 | 0.87 | 0.43 |
| Hex | CC | BA | E | 0 | 9 | 5D | 14 | 36 | 57 | 2B |
| Octal | 314 | 272 | 16 | 0 | 11 | 135 | 24 | 66 | 127 | 53 |
| Binary | 11001100 | 10111010 | 1110 | 0 | 1001 | 1011101 | 10100 | 110110 | 1010111 | 101011 |
Color Harmonies of #CCBA0E
Complementary color
Monochromatic Colors of #CCBA0E
Black with #CCBA0E
Text Example
Text Example
White with #CCBA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA0E; }
p { color: rgb(204,186,14); }
H1.HeaderClassName
{
color: #CCBA0E;
}
.AnyTagClassName
{
color: #CCBA0E;
}
</style>
background-color css
<style>
a { background-color: #CCBA0E; }
a { background-color: rgb(204,186,14); }
div.DivClassName
{
background-color: #CCBA0E;
}
.BgClassName
{
background-color: #CCBA0E;
}
</style>
border-color css
<style>
span { border-color: #CCBA0E; }
span { border-color: rgb(204,186,14); }
td.TdClassName
{
border-color: #CCBA0E;
}
.TagClassName
{
border-color: #CCBA0E;
}
</style>