Shades of Bird Flower #CCD20C
Tints of Bird Flower #CCD20C
RGB
CMYK
RGB Variations
Color information
#CCD20C (or 0xCCD20C) is known color: Bird Flower. HEX triplet: CC, D2 and 0C. RGB value is (204,210,12). Sum of RGB (Red+Green+Blue) = 204+210+12=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 210 (82.42% from 255 or 49.30% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD20C is #332DF3. Grayscale: #BABABA. Windows color (decimal): -3354100 or 840396. OLE color: 840396.
HSL color Cylindrical-coordinate representation of color #CCD20C: hue angle of 61.82º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCD20C is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 12 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.18 |
| HSL | 61.82º | 0.89% | 0.44% | - |
| HSV(B) | 61.82º | 0.94% | 0.82% | - |
| XYZ | 48.01 | 58.96 | 9.2 | - |
| YUV | 185.63 | 30.01 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 12 | 0.03 | 0 | 0.94 | 0.18 | 61.82 | 0.89 | 0.44 |
| Hex | CC | D2 | C | 3 | 0 | 5E | 12 | 3E | 59 | 2C |
| Octal | 314 | 322 | 14 | 3 | 0 | 136 | 22 | 76 | 131 | 54 |
| Binary | 11001100 | 11010010 | 1100 | 11 | 0 | 1011110 | 10010 | 111110 | 1011001 | 101100 |
Color Harmonies of #CCD20C
Complementary color
Monochromatic Colors of #CCD20C
Black with #CCD20C
Text Example
Text Example
White with #CCD20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD20C; }
p { color: rgb(204,210,12); }
H1.HeaderClassName
{
color: #CCD20C;
}
.AnyTagClassName
{
color: #CCD20C;
}
</style>
background-color css
<style>
a { background-color: #CCD20C; }
a { background-color: rgb(204,210,12); }
div.DivClassName
{
background-color: #CCD20C;
}
.BgClassName
{
background-color: #CCD20C;
}
</style>
border-color css
<style>
span { border-color: #CCD20C; }
span { border-color: rgb(204,210,12); }
td.TdClassName
{
border-color: #CCD20C;
}
.TagClassName
{
border-color: #CCD20C;
}
</style>