Shades of Bird Flower #CCC01C
Tints of Bird Flower #CCC01C
RGB
CMYK
RGB Variations
Color information
#CCC01C (or 0xCCC01C) is known color: Bird Flower. HEX triplet: CC, C0 and 1C. RGB value is (204,192,28). Sum of RGB (Red+Green+Blue) = 204+192+28=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 28 (11.33% from 255 or 6.60% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC01C is #333FE3. Grayscale: #B1B1B1. Windows color (decimal): -3358692 or 1884364. OLE color: 1884364.
HSL color Cylindrical-coordinate representation of color #CCC01C: hue angle of 55.91º 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 #CCC01C is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 28 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.2 |
| HSL | 55.91º | 0.76% | 0.45% | - |
| HSV(B) | 55.91º | 0.86% | 0.8% | - |
| XYZ | 43.96 | 50.62 | 8.55 | - |
| YUV | 176.89 | 43.98 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 28 | 0 | 0.06 | 0.86 | 0.2 | 55.91 | 0.76 | 0.45 |
| Hex | CC | C0 | 1C | 0 | 6 | 56 | 14 | 38 | 4C | 2D |
| Octal | 314 | 300 | 34 | 0 | 6 | 126 | 24 | 70 | 114 | 55 |
| Binary | 11001100 | 11000000 | 11100 | 0 | 110 | 1010110 | 10100 | 111000 | 1001100 | 101101 |
Color Harmonies of #CCC01C
Complementary color
Monochromatic Colors of #CCC01C
Black with #CCC01C
Text Example
Text Example
White with #CCC01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC01C; }
p { color: rgb(204,192,28); }
H1.HeaderClassName
{
color: #CCC01C;
}
.AnyTagClassName
{
color: #CCC01C;
}
</style>
background-color css
<style>
a { background-color: #CCC01C; }
a { background-color: rgb(204,192,28); }
div.DivClassName
{
background-color: #CCC01C;
}
.BgClassName
{
background-color: #CCC01C;
}
</style>
border-color css
<style>
span { border-color: #CCC01C; }
span { border-color: rgb(204,192,28); }
td.TdClassName
{
border-color: #CCC01C;
}
.TagClassName
{
border-color: #CCC01C;
}
</style>