Shades of Bird Flower #CCBA15
Tints of Bird Flower #CCBA15
RGB
CMYK
RGB Variations
Color information
#CCBA15 (or 0xCCBA15) is known color: Bird Flower. HEX triplet: CC, BA and 15. RGB value is (204,186,21). Sum of RGB (Red+Green+Blue) = 204+186+21=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 21 (8.59% from 255 or 5.11% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBA15 is #3345EA. Grayscale: #ADADAD. Windows color (decimal): -3360235 or 1424076. OLE color: 1424076.
HSL color Cylindrical-coordinate representation of color #CCBA15: hue angle of 54.1º degrees, saturation: 0.81, 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 #CCBA15 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 21 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.2 |
| HSL | 54.1º | 0.81% | 0.44% | - |
| HSV(B) | 54.1º | 0.9% | 0.8% | - |
| XYZ | 42.6 | 48.01 | 7.73 | - |
| YUV | 172.57 | 42.46 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 21 | 0 | 0.09 | 0.90 | 0.2 | 54.1 | 0.81 | 0.44 |
| Hex | CC | BA | 15 | 0 | 9 | 5A | 14 | 36 | 51 | 2C |
| Octal | 314 | 272 | 25 | 0 | 11 | 132 | 24 | 66 | 121 | 54 |
| Binary | 11001100 | 10111010 | 10101 | 0 | 1001 | 1011010 | 10100 | 110110 | 1010001 | 101100 |
Color Harmonies of #CCBA15
Complementary color
Monochromatic Colors of #CCBA15
Black with #CCBA15
Text Example
Text Example
White with #CCBA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA15; }
p { color: rgb(204,186,21); }
H1.HeaderClassName
{
color: #CCBA15;
}
.AnyTagClassName
{
color: #CCBA15;
}
</style>
background-color css
<style>
a { background-color: #CCBA15; }
a { background-color: rgb(204,186,21); }
div.DivClassName
{
background-color: #CCBA15;
}
.BgClassName
{
background-color: #CCBA15;
}
</style>
border-color css
<style>
span { border-color: #CCBA15; }
span { border-color: rgb(204,186,21); }
td.TdClassName
{
border-color: #CCBA15;
}
.TagClassName
{
border-color: #CCBA15;
}
</style>