Shades of Bird Flower #CCBA10
Tints of Bird Flower #CCBA10
RGB
CMYK
RGB Variations
Color information
#CCBA10 (or 0xCCBA10) is known color: Bird Flower. HEX triplet: CC, BA and 10. RGB value is (204,186,16). Sum of RGB (Red+Green+Blue) = 204+186+16=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 16 (6.64% from 255 or 3.94% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBA10 is #3345EF. Grayscale: #ACACAC. Windows color (decimal): -3360240 or 1096396. OLE color: 1096396.
HSL color Cylindrical-coordinate representation of color #CCBA10: hue angle of 54.26º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCBA10 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 16 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.2 |
| HSL | 54.26º | 0.85% | 0.43% | - |
| HSV(B) | 54.26º | 0.92% | 0.8% | - |
| XYZ | 42.55 | 47.99 | 7.51 | - |
| YUV | 172 | 39.96 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 16 | 0 | 0.09 | 0.92 | 0.2 | 54.26 | 0.85 | 0.43 |
| Hex | CC | BA | 10 | 0 | 9 | 5C | 14 | 36 | 55 | 2B |
| Octal | 314 | 272 | 20 | 0 | 11 | 134 | 24 | 66 | 125 | 53 |
| Binary | 11001100 | 10111010 | 10000 | 0 | 1001 | 1011100 | 10100 | 110110 | 1010101 | 101011 |
Color Harmonies of #CCBA10
Complementary color
Monochromatic Colors of #CCBA10
Black with #CCBA10
Text Example
Text Example
White with #CCBA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA10; }
p { color: rgb(204,186,16); }
H1.HeaderClassName
{
color: #CCBA10;
}
.AnyTagClassName
{
color: #CCBA10;
}
</style>
background-color css
<style>
a { background-color: #CCBA10; }
a { background-color: rgb(204,186,16); }
div.DivClassName
{
background-color: #CCBA10;
}
.BgClassName
{
background-color: #CCBA10;
}
</style>
border-color css
<style>
span { border-color: #CCBA10; }
span { border-color: rgb(204,186,16); }
td.TdClassName
{
border-color: #CCBA10;
}
.TagClassName
{
border-color: #CCBA10;
}
</style>