Shades of Bird Flower #CCCF0C
Tints of Bird Flower #CCCF0C
RGB
CMYK
RGB Variations
Color information
#CCCF0C (or 0xCCCF0C) is known color: Bird Flower. HEX triplet: CC, CF and 0C. RGB value is (204,207,12). Sum of RGB (Red+Green+Blue) = 204+207+12=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCF0C is #3330F3. Grayscale: #B8B8B8. Windows color (decimal): -3354868 or 839628. OLE color: 839628.
HSL color Cylindrical-coordinate representation of color #CCCF0C: hue angle of 60.92º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCCF0C is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 12 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.19 |
| HSL | 60.92º | 0.89% | 0.43% | - |
| HSV(B) | 60.92º | 0.94% | 0.81% | - |
| XYZ | 47.28 | 57.49 | 8.95 | - |
| YUV | 183.87 | 31.01 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 12 | 0.01 | 0 | 0.94 | 0.19 | 60.92 | 0.89 | 0.43 |
| Hex | CC | CF | C | 1 | 0 | 5E | 13 | 3D | 59 | 2B |
| Octal | 314 | 317 | 14 | 1 | 0 | 136 | 23 | 75 | 131 | 53 |
| Binary | 11001100 | 11001111 | 1100 | 1 | 0 | 1011110 | 10011 | 111101 | 1011001 | 101011 |
Color Harmonies of #CCCF0C
Complementary color
Monochromatic Colors of #CCCF0C
Black with #CCCF0C
Text Example
Text Example
White with #CCCF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF0C; }
p { color: rgb(204,207,12); }
H1.HeaderClassName
{
color: #CCCF0C;
}
.AnyTagClassName
{
color: #CCCF0C;
}
</style>
background-color css
<style>
a { background-color: #CCCF0C; }
a { background-color: rgb(204,207,12); }
div.DivClassName
{
background-color: #CCCF0C;
}
.BgClassName
{
background-color: #CCCF0C;
}
</style>
border-color css
<style>
span { border-color: #CCCF0C; }
span { border-color: rgb(204,207,12); }
td.TdClassName
{
border-color: #CCCF0C;
}
.TagClassName
{
border-color: #CCCF0C;
}
</style>