Shades of Bird Flower #CCC50B
Tints of Bird Flower #CCC50B
RGB
CMYK
RGB Variations
Color information
#CCC50B (or 0xCCC50B) is known color: Bird Flower. HEX triplet: CC, C5 and 0B. RGB value is (204,197,11). Sum of RGB (Red+Green+Blue) = 204+197+11=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 11 (4.69% from 255 or 2.67% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC50B is #333AF4. Grayscale: #B2B2B2. Windows color (decimal): -3357429 or 771532. OLE color: 771532.
HSL color Cylindrical-coordinate representation of color #CCC50B: hue angle of 57.82º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCC50B is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 11 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.2 |
| HSL | 57.82º | 0.9% | 0.42% | - |
| HSV(B) | 57.82º | 0.95% | 0.8% | - |
| XYZ | 44.93 | 52.79 | 8.14 | - |
| YUV | 177.89 | 33.82 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 11 | 0 | 0.03 | 0.95 | 0.2 | 57.82 | 0.9 | 0.42 |
| Hex | CC | C5 | B | 0 | 3 | 5F | 14 | 3A | 5A | 2A |
| Octal | 314 | 305 | 13 | 0 | 3 | 137 | 24 | 72 | 132 | 52 |
| Binary | 11001100 | 11000101 | 1011 | 0 | 11 | 1011111 | 10100 | 111010 | 1011010 | 101010 |
Color Harmonies of #CCC50B
Complementary color
Monochromatic Colors of #CCC50B
Black with #CCC50B
Text Example
Text Example
White with #CCC50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC50B; }
p { color: rgb(204,197,11); }
H1.HeaderClassName
{
color: #CCC50B;
}
.AnyTagClassName
{
color: #CCC50B;
}
</style>
background-color css
<style>
a { background-color: #CCC50B; }
a { background-color: rgb(204,197,11); }
div.DivClassName
{
background-color: #CCC50B;
}
.BgClassName
{
background-color: #CCC50B;
}
</style>
border-color css
<style>
span { border-color: #CCC50B; }
span { border-color: rgb(204,197,11); }
td.TdClassName
{
border-color: #CCC50B;
}
.TagClassName
{
border-color: #CCC50B;
}
</style>