Shades of Bird Flower #CCCE0C
Tints of Bird Flower #CCCE0C
RGB
CMYK
RGB Variations
Color information
#CCCE0C (or 0xCCCE0C) is known color: Bird Flower. HEX triplet: CC, CE and 0C. RGB value is (204,206,12). Sum of RGB (Red+Green+Blue) = 204+206+12=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 12 (5.08% from 255 or 2.84% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCE0C is #3331F3. Grayscale: #B8B8B8. Windows color (decimal): -3355124 or 839372. OLE color: 839372.
HSL color Cylindrical-coordinate representation of color #CCCE0C: hue angle of 60.62º 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 #CCCE0C is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 12 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.19 |
| HSL | 60.62º | 0.89% | 0.43% | - |
| HSV(B) | 60.62º | 0.94% | 0.81% | - |
| XYZ | 47.04 | 57.01 | 8.87 | - |
| YUV | 183.29 | 31.34 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 12 | 0.01 | 0 | 0.94 | 0.19 | 60.62 | 0.89 | 0.43 |
| Hex | CC | CE | C | 1 | 0 | 5E | 13 | 3D | 59 | 2B |
| Octal | 314 | 316 | 14 | 1 | 0 | 136 | 23 | 75 | 131 | 53 |
| Binary | 11001100 | 11001110 | 1100 | 1 | 0 | 1011110 | 10011 | 111101 | 1011001 | 101011 |
Color Harmonies of #CCCE0C
Complementary color
Monochromatic Colors of #CCCE0C
Black with #CCCE0C
Text Example
Text Example
White with #CCCE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE0C; }
p { color: rgb(204,206,12); }
H1.HeaderClassName
{
color: #CCCE0C;
}
.AnyTagClassName
{
color: #CCCE0C;
}
</style>
background-color css
<style>
a { background-color: #CCCE0C; }
a { background-color: rgb(204,206,12); }
div.DivClassName
{
background-color: #CCCE0C;
}
.BgClassName
{
background-color: #CCCE0C;
}
</style>
border-color css
<style>
span { border-color: #CCCE0C; }
span { border-color: rgb(204,206,12); }
td.TdClassName
{
border-color: #CCCE0C;
}
.TagClassName
{
border-color: #CCCE0C;
}
</style>