Shades of Bird Flower #CCBA21
Tints of Bird Flower #CCBA21
RGB
CMYK
RGB Variations
Color information
#CCBA21 (or 0xCCBA21) is known color: Bird Flower. HEX triplet: CC, BA and 21. RGB value is (204,186,33). Sum of RGB (Red+Green+Blue) = 204+186+33=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 33 (13.28% from 255 or 7.80% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA21 is #3345DE. Grayscale: #AEAEAE. Windows color (decimal): -3360223 or 2210508. OLE color: 2210508.
HSL color Cylindrical-coordinate representation of color #CCBA21: hue angle of 53.68º degrees, saturation: 0.72, 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 #CCBA21 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 33 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.2 |
| HSL | 53.68º | 0.72% | 0.46% | - |
| HSV(B) | 53.68º | 0.84% | 0.8% | - |
| XYZ | 42.74 | 48.06 | 8.46 | - |
| YUV | 173.94 | 48.46 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 33 | 0 | 0.09 | 0.84 | 0.2 | 53.68 | 0.72 | 0.46 |
| Hex | CC | BA | 21 | 0 | 9 | 54 | 14 | 36 | 48 | 2E |
| Octal | 314 | 272 | 41 | 0 | 11 | 124 | 24 | 66 | 110 | 56 |
| Binary | 11001100 | 10111010 | 100001 | 0 | 1001 | 1010100 | 10100 | 110110 | 1001000 | 101110 |
Color Harmonies of #CCBA21
Complementary color
Monochromatic Colors of #CCBA21
Black with #CCBA21
Text Example
Text Example
White with #CCBA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA21; }
p { color: rgb(204,186,33); }
H1.HeaderClassName
{
color: #CCBA21;
}
.AnyTagClassName
{
color: #CCBA21;
}
</style>
background-color css
<style>
a { background-color: #CCBA21; }
a { background-color: rgb(204,186,33); }
div.DivClassName
{
background-color: #CCBA21;
}
.BgClassName
{
background-color: #CCBA21;
}
</style>
border-color css
<style>
span { border-color: #CCBA21; }
span { border-color: rgb(204,186,33); }
td.TdClassName
{
border-color: #CCBA21;
}
.TagClassName
{
border-color: #CCBA21;
}
</style>