Shades of Bird Flower #CCB50C
Tints of Bird Flower #CCB50C
RGB
CMYK
RGB Variations
Color information
#CCB50C (or 0xCCB50C) is known color: Bird Flower. HEX triplet: CC, B5 and 0C. RGB value is (204,181,12). Sum of RGB (Red+Green+Blue) = 204+181+12=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB50C is #334AF3. Grayscale: #A9A9A9. Windows color (decimal): -3361524 or 832972. OLE color: 832972.
HSL color Cylindrical-coordinate representation of color #CCB50C: hue angle of 52.81º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCB50C is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 12 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.2 |
| HSL | 52.81º | 0.89% | 0.42% | - |
| HSV(B) | 52.81º | 0.94% | 0.8% | - |
| XYZ | 41.49 | 45.91 | 7.02 | - |
| YUV | 168.61 | 39.62 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 12 | 0 | 0.11 | 0.94 | 0.2 | 52.81 | 0.89 | 0.42 |
| Hex | CC | B5 | C | 0 | B | 5E | 14 | 35 | 59 | 2A |
| Octal | 314 | 265 | 14 | 0 | 13 | 136 | 24 | 65 | 131 | 52 |
| Binary | 11001100 | 10110101 | 1100 | 0 | 1011 | 1011110 | 10100 | 110101 | 1011001 | 101010 |
Color Harmonies of #CCB50C
Complementary color
Monochromatic Colors of #CCB50C
Black with #CCB50C
Text Example
Text Example
White with #CCB50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB50C; }
p { color: rgb(204,181,12); }
H1.HeaderClassName
{
color: #CCB50C;
}
.AnyTagClassName
{
color: #CCB50C;
}
</style>
background-color css
<style>
a { background-color: #CCB50C; }
a { background-color: rgb(204,181,12); }
div.DivClassName
{
background-color: #CCB50C;
}
.BgClassName
{
background-color: #CCB50C;
}
</style>
border-color css
<style>
span { border-color: #CCB50C; }
span { border-color: rgb(204,181,12); }
td.TdClassName
{
border-color: #CCB50C;
}
.TagClassName
{
border-color: #CCB50C;
}
</style>