Shades of Bird Flower #CCB60C
Tints of Bird Flower #CCB60C
RGB
CMYK
RGB Variations
Color information
#CCB60C (or 0xCCB60C) is known color: Bird Flower. HEX triplet: CC, B6 and 0C. RGB value is (204,182,12). Sum of RGB (Red+Green+Blue) = 204+182+12=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 182 (71.48% from 255 or 45.73% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB60C is #3349F3. Grayscale: #A9A9A9. Windows color (decimal): -3361268 or 833228. OLE color: 833228.
HSL color Cylindrical-coordinate representation of color #CCB60C: hue angle of 53.12º 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 #CCB60C is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 12 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.2 |
| HSL | 53.13º | 0.89% | 0.42% | - |
| HSV(B) | 53.13º | 0.94% | 0.8% | - |
| XYZ | 41.7 | 46.32 | 7.09 | - |
| YUV | 169.2 | 39.29 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 12 | 0 | 0.11 | 0.94 | 0.2 | 53.13 | 0.89 | 0.42 |
| Hex | CC | B6 | C | 0 | B | 5E | 14 | 35 | 59 | 2A |
| Octal | 314 | 266 | 14 | 0 | 13 | 136 | 24 | 65 | 131 | 52 |
| Binary | 11001100 | 10110110 | 1100 | 0 | 1011 | 1011110 | 10100 | 110101 | 1011001 | 101010 |
Color Harmonies of #CCB60C
Complementary color
Monochromatic Colors of #CCB60C
Black with #CCB60C
Text Example
Text Example
White with #CCB60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB60C; }
p { color: rgb(204,182,12); }
H1.HeaderClassName
{
color: #CCB60C;
}
.AnyTagClassName
{
color: #CCB60C;
}
</style>
background-color css
<style>
a { background-color: #CCB60C; }
a { background-color: rgb(204,182,12); }
div.DivClassName
{
background-color: #CCB60C;
}
.BgClassName
{
background-color: #CCB60C;
}
</style>
border-color css
<style>
span { border-color: #CCB60C; }
span { border-color: rgb(204,182,12); }
td.TdClassName
{
border-color: #CCB60C;
}
.TagClassName
{
border-color: #CCB60C;
}
</style>