Shades of Bird Flower #CCBA20
Tints of Bird Flower #CCBA20
RGB
CMYK
RGB Variations
Color information
#CCBA20 (or 0xCCBA20) is known color: Bird Flower. HEX triplet: CC, BA and 20. RGB value is (204,186,32). Sum of RGB (Red+Green+Blue) = 204+186+32=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA20 is #3345DF. Grayscale: #AEAEAE. Windows color (decimal): -3360224 or 2144972. OLE color: 2144972.
HSL color Cylindrical-coordinate representation of color #CCBA20: hue angle of 53.72º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCBA20 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 32 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.2 |
| HSL | 53.72º | 0.73% | 0.46% | - |
| HSV(B) | 53.72º | 0.84% | 0.8% | - |
| XYZ | 42.72 | 48.06 | 8.39 | - |
| YUV | 173.83 | 47.96 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 32 | 0 | 0.09 | 0.84 | 0.2 | 53.72 | 0.73 | 0.46 |
| Hex | CC | BA | 20 | 0 | 9 | 54 | 14 | 36 | 49 | 2E |
| Octal | 314 | 272 | 40 | 0 | 11 | 124 | 24 | 66 | 111 | 56 |
| Binary | 11001100 | 10111010 | 100000 | 0 | 1001 | 1010100 | 10100 | 110110 | 1001001 | 101110 |
Color Harmonies of #CCBA20
Complementary color
Monochromatic Colors of #CCBA20
Black with #CCBA20
Text Example
Text Example
White with #CCBA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA20; }
p { color: rgb(204,186,32); }
H1.HeaderClassName
{
color: #CCBA20;
}
.AnyTagClassName
{
color: #CCBA20;
}
</style>
background-color css
<style>
a { background-color: #CCBA20; }
a { background-color: rgb(204,186,32); }
div.DivClassName
{
background-color: #CCBA20;
}
.BgClassName
{
background-color: #CCBA20;
}
</style>
border-color css
<style>
span { border-color: #CCBA20; }
span { border-color: rgb(204,186,32); }
td.TdClassName
{
border-color: #CCBA20;
}
.TagClassName
{
border-color: #CCBA20;
}
</style>