Shades of Bird Flower #CCDC09
Tints of Bird Flower #CCDC09
RGB
CMYK
RGB Variations
Color information
#CCDC09 (or 0xCCDC09) is known color: Bird Flower. HEX triplet: CC, DC and 09. RGB value is (204,220,9). Sum of RGB (Red+Green+Blue) = 204+220+9=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 9 (3.91% from 255 or 2.08% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDC09 is #3323F6. Grayscale: #BFBFBF. Windows color (decimal): -3351543 or 646348. OLE color: 646348.
HSL color Cylindrical-coordinate representation of color #CCDC09: hue angle of 64.55º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCDC09 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 9 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.14 |
| HSL | 64.55º | 0.92% | 0.45% | - |
| HSV(B) | 64.55º | 0.96% | 0.86% | - |
| XYZ | 50.54 | 64.04 | 9.96 | - |
| YUV | 191.16 | 25.2 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 9 | 0.07 | 0 | 0.96 | 0.14 | 64.55 | 0.92 | 0.45 |
| Hex | CC | DC | 9 | 7 | 0 | 60 | E | 41 | 5C | 2D |
| Octal | 314 | 334 | 11 | 7 | 0 | 140 | 16 | 101 | 134 | 55 |
| Binary | 11001100 | 11011100 | 1001 | 111 | 0 | 1100000 | 1110 | 1000001 | 1011100 | 101101 |
Color Harmonies of #CCDC09
Complementary color
Monochromatic Colors of #CCDC09
Black with #CCDC09
Text Example
Text Example
White with #CCDC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC09; }
p { color: rgb(204,220,9); }
H1.HeaderClassName
{
color: #CCDC09;
}
.AnyTagClassName
{
color: #CCDC09;
}
</style>
background-color css
<style>
a { background-color: #CCDC09; }
a { background-color: rgb(204,220,9); }
div.DivClassName
{
background-color: #CCDC09;
}
.BgClassName
{
background-color: #CCDC09;
}
</style>
border-color css
<style>
span { border-color: #CCDC09; }
span { border-color: rgb(204,220,9); }
td.TdClassName
{
border-color: #CCDC09;
}
.TagClassName
{
border-color: #CCDC09;
}
</style>