Shades of Bird Flower #CCD609
Tints of Bird Flower #CCD609
RGB
CMYK
RGB Variations
Color information
#CCD609 (or 0xCCD609) is known color: Bird Flower. HEX triplet: CC, D6 and 09. RGB value is (204,214,9). Sum of RGB (Red+Green+Blue) = 204+214+9=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 214 (83.98% from 255 or 50.12% from 427); Blue value is 9 (3.91% from 255 or 2.11% from 427); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD609 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD609 is #3329F6. Grayscale: #BCBCBC. Windows color (decimal): -3353079 or 644812. OLE color: 644812.
HSL color Cylindrical-coordinate representation of color #CCD609: hue angle of 62.93º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCD609 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 9 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.16 |
| HSL | 62.93º | 0.92% | 0.44% | - |
| HSV(B) | 62.93º | 0.96% | 0.84% | - |
| XYZ | 49 | 60.95 | 9.44 | - |
| YUV | 187.64 | 27.19 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 9 | 0.05 | 0 | 0.96 | 0.16 | 62.93 | 0.92 | 0.44 |
| Hex | CC | D6 | 9 | 5 | 0 | 60 | 10 | 3F | 5C | 2C |
| Octal | 314 | 326 | 11 | 5 | 0 | 140 | 20 | 77 | 134 | 54 |
| Binary | 11001100 | 11010110 | 1001 | 101 | 0 | 1100000 | 10000 | 111111 | 1011100 | 101100 |
Color Harmonies of #CCD609
Complementary color
Monochromatic Colors of #CCD609
Black with #CCD609
Text Example
Text Example
White with #CCD609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD609; }
p { color: rgb(204,214,9); }
H1.HeaderClassName
{
color: #CCD609;
}
.AnyTagClassName
{
color: #CCD609;
}
</style>
background-color css
<style>
a { background-color: #CCD609; }
a { background-color: rgb(204,214,9); }
div.DivClassName
{
background-color: #CCD609;
}
.BgClassName
{
background-color: #CCD609;
}
</style>
border-color css
<style>
span { border-color: #CCD609; }
span { border-color: rgb(204,214,9); }
td.TdClassName
{
border-color: #CCD609;
}
.TagClassName
{
border-color: #CCD609;
}
</style>