Shades of Bird Flower #CCBA1C
Tints of Bird Flower #CCBA1C
RGB
CMYK
RGB Variations
Color information
#CCBA1C (or 0xCCBA1C) is known color: Bird Flower. HEX triplet: CC, BA and 1C. RGB value is (204,186,28). Sum of RGB (Red+Green+Blue) = 204+186+28=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 28 (11.33% from 255 or 6.70% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA1C is #3345E3. Grayscale: #AEAEAE. Windows color (decimal): -3360228 or 1882828. OLE color: 1882828.
HSL color Cylindrical-coordinate representation of color #CCBA1C: hue angle of 53.86º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCBA1C is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 28 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.2 |
| HSL | 53.86º | 0.76% | 0.45% | - |
| HSV(B) | 53.86º | 0.86% | 0.8% | - |
| XYZ | 42.67 | 48.04 | 8.12 | - |
| YUV | 173.37 | 45.96 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 28 | 0 | 0.09 | 0.86 | 0.2 | 53.86 | 0.76 | 0.45 |
| Hex | CC | BA | 1C | 0 | 9 | 56 | 14 | 36 | 4C | 2D |
| Octal | 314 | 272 | 34 | 0 | 11 | 126 | 24 | 66 | 114 | 55 |
| Binary | 11001100 | 10111010 | 11100 | 0 | 1001 | 1010110 | 10100 | 110110 | 1001100 | 101101 |
Color Harmonies of #CCBA1C
Complementary color
Monochromatic Colors of #CCBA1C
Black with #CCBA1C
Text Example
Text Example
White with #CCBA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA1C; }
p { color: rgb(204,186,28); }
H1.HeaderClassName
{
color: #CCBA1C;
}
.AnyTagClassName
{
color: #CCBA1C;
}
</style>
background-color css
<style>
a { background-color: #CCBA1C; }
a { background-color: rgb(204,186,28); }
div.DivClassName
{
background-color: #CCBA1C;
}
.BgClassName
{
background-color: #CCBA1C;
}
</style>
border-color css
<style>
span { border-color: #CCBA1C; }
span { border-color: rgb(204,186,28); }
td.TdClassName
{
border-color: #CCBA1C;
}
.TagClassName
{
border-color: #CCBA1C;
}
</style>