Shades of Bird Flower #CCD606
Tints of Bird Flower #CCD606
RGB
CMYK
RGB Variations
Color information
#CCD606 (or 0xCCD606) is known color: Bird Flower. HEX triplet: CC, D6 and 06. RGB value is (204,214,6). Sum of RGB (Red+Green+Blue) = 204+214+6=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 214 (83.98% from 255 or 50.47% from 424); Blue value is 6 (2.73% from 255 or 1.42% from 424); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD606 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD606 is #3329F9. Grayscale: #BCBCBC. Windows color (decimal): -3353082 or 448204. OLE color: 448204.
HSL color Cylindrical-coordinate representation of color #CCD606: hue angle of 62.88º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCD606 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 6 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.16 |
| HSL | 62.88º | 0.95% | 0.43% | - |
| HSV(B) | 62.88º | 0.97% | 0.84% | - |
| XYZ | 48.98 | 60.94 | 9.35 | - |
| YUV | 187.3 | 25.69 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 6 | 0.05 | 0 | 0.97 | 0.16 | 62.88 | 0.95 | 0.43 |
| Hex | CC | D6 | 6 | 5 | 0 | 61 | 10 | 3F | 5F | 2B |
| Octal | 314 | 326 | 6 | 5 | 0 | 141 | 20 | 77 | 137 | 53 |
| Binary | 11001100 | 11010110 | 110 | 101 | 0 | 1100001 | 10000 | 111111 | 1011111 | 101011 |
Color Harmonies of #CCD606
Complementary color
Monochromatic Colors of #CCD606
Black with #CCD606
Text Example
Text Example
White with #CCD606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD606; }
p { color: rgb(204,214,6); }
H1.HeaderClassName
{
color: #CCD606;
}
.AnyTagClassName
{
color: #CCD606;
}
</style>
background-color css
<style>
a { background-color: #CCD606; }
a { background-color: rgb(204,214,6); }
div.DivClassName
{
background-color: #CCD606;
}
.BgClassName
{
background-color: #CCD606;
}
</style>
border-color css
<style>
span { border-color: #CCD606; }
span { border-color: rgb(204,214,6); }
td.TdClassName
{
border-color: #CCD606;
}
.TagClassName
{
border-color: #CCD606;
}
</style>