Shades of Bird Flower #CCD60C
Tints of Bird Flower #CCD60C
RGB
CMYK
RGB Variations
Color information
#CCD60C (or 0xCCD60C) is known color: Bird Flower. HEX triplet: CC, D6 and 0C. RGB value is (204,214,12). Sum of RGB (Red+Green+Blue) = 204+214+12=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 214 (83.98% from 255 or 49.77% from 430); Blue value is 12 (5.08% from 255 or 2.79% from 430); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD60C is #3329F3. Grayscale: #BCBCBC. Windows color (decimal): -3353076 or 841420. OLE color: 841420.
HSL color Cylindrical-coordinate representation of color #CCD60C: hue angle of 62.97º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCD60C is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 12 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.16 |
| HSL | 62.97º | 0.89% | 0.44% | - |
| HSV(B) | 62.97º | 0.94% | 0.84% | - |
| XYZ | 49.01 | 60.96 | 9.53 | - |
| YUV | 187.98 | 28.69 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 12 | 0.05 | 0 | 0.94 | 0.16 | 62.97 | 0.89 | 0.44 |
| Hex | CC | D6 | C | 5 | 0 | 5E | 10 | 3F | 59 | 2C |
| Octal | 314 | 326 | 14 | 5 | 0 | 136 | 20 | 77 | 131 | 54 |
| Binary | 11001100 | 11010110 | 1100 | 101 | 0 | 1011110 | 10000 | 111111 | 1011001 | 101100 |
Color Harmonies of #CCD60C
Complementary color
Monochromatic Colors of #CCD60C
Black with #CCD60C
Text Example
Text Example
White with #CCD60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD60C; }
p { color: rgb(204,214,12); }
H1.HeaderClassName
{
color: #CCD60C;
}
.AnyTagClassName
{
color: #CCD60C;
}
</style>
background-color css
<style>
a { background-color: #CCD60C; }
a { background-color: rgb(204,214,12); }
div.DivClassName
{
background-color: #CCD60C;
}
.BgClassName
{
background-color: #CCD60C;
}
</style>
border-color css
<style>
span { border-color: #CCD60C; }
span { border-color: rgb(204,214,12); }
td.TdClassName
{
border-color: #CCD60C;
}
.TagClassName
{
border-color: #CCD60C;
}
</style>