Shades of Bird Flower #CCB40C
Tints of Bird Flower #CCB40C
RGB
CMYK
RGB Variations
Color information
#CCB40C (or 0xCCB40C) is known color: Bird Flower. HEX triplet: CC, B4 and 0C. RGB value is (204,180,12). Sum of RGB (Red+Green+Blue) = 204+180+12=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB40C is #334BF3. Grayscale: #A8A8A8. Windows color (decimal): -3361780 or 832716. OLE color: 832716.
HSL color Cylindrical-coordinate representation of color #CCB40C: hue angle of 52.5º 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 #CCB40C is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 12 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.2 |
| HSL | 52.5º | 0.89% | 0.42% | - |
| HSV(B) | 52.5º | 0.94% | 0.8% | - |
| XYZ | 41.29 | 45.51 | 6.96 | - |
| YUV | 168.02 | 39.95 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 12 | 0 | 0.12 | 0.94 | 0.2 | 52.5 | 0.89 | 0.42 |
| Hex | CC | B4 | C | 0 | C | 5E | 14 | 34 | 59 | 2A |
| Octal | 314 | 264 | 14 | 0 | 14 | 136 | 24 | 64 | 131 | 52 |
| Binary | 11001100 | 10110100 | 1100 | 0 | 1100 | 1011110 | 10100 | 110100 | 1011001 | 101010 |
Color Harmonies of #CCB40C
Complementary color
Monochromatic Colors of #CCB40C
Black with #CCB40C
Text Example
Text Example
White with #CCB40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB40C; }
p { color: rgb(204,180,12); }
H1.HeaderClassName
{
color: #CCB40C;
}
.AnyTagClassName
{
color: #CCB40C;
}
</style>
background-color css
<style>
a { background-color: #CCB40C; }
a { background-color: rgb(204,180,12); }
div.DivClassName
{
background-color: #CCB40C;
}
.BgClassName
{
background-color: #CCB40C;
}
</style>
border-color css
<style>
span { border-color: #CCB40C; }
span { border-color: rgb(204,180,12); }
td.TdClassName
{
border-color: #CCB40C;
}
.TagClassName
{
border-color: #CCB40C;
}
</style>