Shades of Bird Flower #CCBA14
Tints of Bird Flower #CCBA14
RGB
CMYK
RGB Variations
Color information
#CCBA14 (or 0xCCBA14) is known color: Bird Flower. HEX triplet: CC, BA and 14. RGB value is (204,186,20). Sum of RGB (Red+Green+Blue) = 204+186+20=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBA14 is #3345EB. Grayscale: #ADADAD. Windows color (decimal): -3360236 or 1358540. OLE color: 1358540.
HSL color Cylindrical-coordinate representation of color #CCBA14: hue angle of 54.13º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCBA14 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 20 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.2 |
| HSL | 54.13º | 0.82% | 0.44% | - |
| HSV(B) | 54.13º | 0.9% | 0.8% | - |
| XYZ | 42.59 | 48.01 | 7.68 | - |
| YUV | 172.46 | 41.96 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 20 | 0 | 0.09 | 0.90 | 0.2 | 54.13 | 0.82 | 0.44 |
| Hex | CC | BA | 14 | 0 | 9 | 5A | 14 | 36 | 52 | 2C |
| Octal | 314 | 272 | 24 | 0 | 11 | 132 | 24 | 66 | 122 | 54 |
| Binary | 11001100 | 10111010 | 10100 | 0 | 1001 | 1011010 | 10100 | 110110 | 1010010 | 101100 |
Color Harmonies of #CCBA14
Complementary color
Monochromatic Colors of #CCBA14
Black with #CCBA14
Text Example
Text Example
White with #CCBA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA14; }
p { color: rgb(204,186,20); }
H1.HeaderClassName
{
color: #CCBA14;
}
.AnyTagClassName
{
color: #CCBA14;
}
</style>
background-color css
<style>
a { background-color: #CCBA14; }
a { background-color: rgb(204,186,20); }
div.DivClassName
{
background-color: #CCBA14;
}
.BgClassName
{
background-color: #CCBA14;
}
</style>
border-color css
<style>
span { border-color: #CCBA14; }
span { border-color: rgb(204,186,20); }
td.TdClassName
{
border-color: #CCBA14;
}
.TagClassName
{
border-color: #CCBA14;
}
</style>