Shades of Bird Flower #CCBA1E
Tints of Bird Flower #CCBA1E
RGB
CMYK
RGB Variations
Color information
#CCBA1E (or 0xCCBA1E) is known color: Bird Flower. HEX triplet: CC, BA and 1E. RGB value is (204,186,30). Sum of RGB (Red+Green+Blue) = 204+186+30=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 30 (12.11% from 255 or 7.14% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA1E is #3345E1. Grayscale: #AEAEAE. Windows color (decimal): -3360226 or 2013900. OLE color: 2013900.
HSL color Cylindrical-coordinate representation of color #CCBA1E: hue angle of 53.79º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCBA1E is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 30 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.2 |
| HSL | 53.79º | 0.74% | 0.46% | - |
| HSV(B) | 53.79º | 0.85% | 0.8% | - |
| XYZ | 42.7 | 48.05 | 8.25 | - |
| YUV | 173.6 | 46.96 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 30 | 0 | 0.09 | 0.85 | 0.2 | 53.79 | 0.74 | 0.46 |
| Hex | CC | BA | 1E | 0 | 9 | 55 | 14 | 36 | 4A | 2E |
| Octal | 314 | 272 | 36 | 0 | 11 | 125 | 24 | 66 | 112 | 56 |
| Binary | 11001100 | 10111010 | 11110 | 0 | 1001 | 1010101 | 10100 | 110110 | 1001010 | 101110 |
Color Harmonies of #CCBA1E
Complementary color
Monochromatic Colors of #CCBA1E
Black with #CCBA1E
Text Example
Text Example
White with #CCBA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA1E; }
p { color: rgb(204,186,30); }
H1.HeaderClassName
{
color: #CCBA1E;
}
.AnyTagClassName
{
color: #CCBA1E;
}
</style>
background-color css
<style>
a { background-color: #CCBA1E; }
a { background-color: rgb(204,186,30); }
div.DivClassName
{
background-color: #CCBA1E;
}
.BgClassName
{
background-color: #CCBA1E;
}
</style>
border-color css
<style>
span { border-color: #CCBA1E; }
span { border-color: rgb(204,186,30); }
td.TdClassName
{
border-color: #CCBA1E;
}
.TagClassName
{
border-color: #CCBA1E;
}
</style>