Shades of Bird Flower #CCCC0C
Tints of Bird Flower #CCCC0C
RGB
CMYK
RGB Variations
Color information
#CCCC0C (or 0xCCCC0C) is known color: Bird Flower. HEX triplet: CC, CC and 0C. RGB value is (204,204,12). Sum of RGB (Red+Green+Blue) = 204+204+12=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCC0C is #3333F3. Grayscale: #B6B6B6. Windows color (decimal): -3355636 or 838860. OLE color: 838860.
HSL color Cylindrical-coordinate representation of color #CCCC0C: hue angle of 60º 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 #CCCC0C is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 12 | - |
| CMYK | 0 | 0 | 0.94 | 0.2 |
| HSL | 60º | 0.89% | 0.42% | - |
| HSV(B) | 60º | 0.94% | 0.8% | - |
| XYZ | 46.56 | 56.05 | 8.71 | - |
| YUV | 182.11 | 32 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 12 | 0 | 0 | 0.94 | 0.2 | 60 | 0.89 | 0.42 |
| Hex | CC | CC | C | 0 | 0 | 5E | 14 | 3C | 59 | 2A |
| Octal | 314 | 314 | 14 | 0 | 0 | 136 | 24 | 74 | 131 | 52 |
| Binary | 11001100 | 11001100 | 1100 | 0 | 0 | 1011110 | 10100 | 111100 | 1011001 | 101010 |
Color Harmonies of #CCCC0C
Complementary color
Monochromatic Colors of #CCCC0C
Black with #CCCC0C
Text Example
Text Example
White with #CCCC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC0C; }
p { color: rgb(204,204,12); }
H1.HeaderClassName
{
color: #CCCC0C;
}
.AnyTagClassName
{
color: #CCCC0C;
}
</style>
background-color css
<style>
a { background-color: #CCCC0C; }
a { background-color: rgb(204,204,12); }
div.DivClassName
{
background-color: #CCCC0C;
}
.BgClassName
{
background-color: #CCCC0C;
}
</style>
border-color css
<style>
span { border-color: #CCCC0C; }
span { border-color: rgb(204,204,12); }
td.TdClassName
{
border-color: #CCCC0C;
}
.TagClassName
{
border-color: #CCCC0C;
}
</style>