Shades of Bird Flower #CCBA12
Tints of Bird Flower #CCBA12
RGB
CMYK
RGB Variations
Color information
#CCBA12 (or 0xCCBA12) is known color: Bird Flower. HEX triplet: CC, BA and 12. RGB value is (204,186,18). Sum of RGB (Red+Green+Blue) = 204+186+18=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBA12 is #3345ED. Grayscale: #ACACAC. Windows color (decimal): -3360238 or 1227468. OLE color: 1227468.
HSL color Cylindrical-coordinate representation of color #CCBA12: hue angle of 54.19º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCBA12 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 18 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.2 |
| HSL | 54.19º | 0.84% | 0.44% | - |
| HSV(B) | 54.19º | 0.91% | 0.8% | - |
| XYZ | 42.57 | 48 | 7.59 | - |
| YUV | 172.23 | 40.96 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 18 | 0 | 0.09 | 0.91 | 0.2 | 54.19 | 0.84 | 0.44 |
| Hex | CC | BA | 12 | 0 | 9 | 5B | 14 | 36 | 54 | 2C |
| Octal | 314 | 272 | 22 | 0 | 11 | 133 | 24 | 66 | 124 | 54 |
| Binary | 11001100 | 10111010 | 10010 | 0 | 1001 | 1011011 | 10100 | 110110 | 1010100 | 101100 |
Color Harmonies of #CCBA12
Complementary color
Monochromatic Colors of #CCBA12
Black with #CCBA12
Text Example
Text Example
White with #CCBA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA12; }
p { color: rgb(204,186,18); }
H1.HeaderClassName
{
color: #CCBA12;
}
.AnyTagClassName
{
color: #CCBA12;
}
</style>
background-color css
<style>
a { background-color: #CCBA12; }
a { background-color: rgb(204,186,18); }
div.DivClassName
{
background-color: #CCBA12;
}
.BgClassName
{
background-color: #CCBA12;
}
</style>
border-color css
<style>
span { border-color: #CCBA12; }
span { border-color: rgb(204,186,18); }
td.TdClassName
{
border-color: #CCBA12;
}
.TagClassName
{
border-color: #CCBA12;
}
</style>