Shades of Bird Flower #CCC00C
Tints of Bird Flower #CCC00C
RGB
CMYK
RGB Variations
Color information
#CCC00C (or 0xCCC00C) is known color: Bird Flower. HEX triplet: CC, C0 and 0C. RGB value is (204,192,12). Sum of RGB (Red+Green+Blue) = 204+192+12=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC00C is #333FF3. Grayscale: #AFAFAF. Windows color (decimal): -3358708 or 835788. OLE color: 835788.
HSL color Cylindrical-coordinate representation of color #CCC00C: hue angle of 56.25º 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 #CCC00C is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 12 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.2 |
| HSL | 56.25º | 0.89% | 0.42% | - |
| HSV(B) | 56.25º | 0.94% | 0.8% | - |
| XYZ | 43.82 | 50.56 | 7.8 | - |
| YUV | 175.07 | 35.98 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 12 | 0 | 0.06 | 0.94 | 0.2 | 56.25 | 0.89 | 0.42 |
| Hex | CC | C0 | C | 0 | 6 | 5E | 14 | 38 | 59 | 2A |
| Octal | 314 | 300 | 14 | 0 | 6 | 136 | 24 | 70 | 131 | 52 |
| Binary | 11001100 | 11000000 | 1100 | 0 | 110 | 1011110 | 10100 | 111000 | 1011001 | 101010 |
Color Harmonies of #CCC00C
Complementary color
Monochromatic Colors of #CCC00C
Black with #CCC00C
Text Example
Text Example
White with #CCC00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC00C; }
p { color: rgb(204,192,12); }
H1.HeaderClassName
{
color: #CCC00C;
}
.AnyTagClassName
{
color: #CCC00C;
}
</style>
background-color css
<style>
a { background-color: #CCC00C; }
a { background-color: rgb(204,192,12); }
div.DivClassName
{
background-color: #CCC00C;
}
.BgClassName
{
background-color: #CCC00C;
}
</style>
border-color css
<style>
span { border-color: #CCC00C; }
span { border-color: rgb(204,192,12); }
td.TdClassName
{
border-color: #CCC00C;
}
.TagClassName
{
border-color: #CCC00C;
}
</style>