Shades of Bird Flower #CCD109
Tints of Bird Flower #CCD109
RGB
CMYK
RGB Variations
Color information
#CCD109 (or 0xCCD109) is known color: Bird Flower. HEX triplet: CC, D1 and 09. RGB value is (204,209,9). Sum of RGB (Red+Green+Blue) = 204+209+9=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 209 (82.03% from 255 or 49.53% from 422); Blue value is 9 (3.91% from 255 or 2.13% from 422); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD109 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD109 is #332EF6. Grayscale: #B9B9B9. Windows color (decimal): -3354359 or 643532. OLE color: 643532.
HSL color Cylindrical-coordinate representation of color #CCD109: hue angle of 61.5º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCD109 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 9 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.18 |
| HSL | 61.5º | 0.92% | 0.43% | - |
| HSV(B) | 61.5º | 0.96% | 0.82% | - |
| XYZ | 47.75 | 58.46 | 9.03 | - |
| YUV | 184.71 | 28.84 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 9 | 0.02 | 0 | 0.96 | 0.18 | 61.5 | 0.92 | 0.43 |
| Hex | CC | D1 | 9 | 2 | 0 | 60 | 12 | 3E | 5C | 2B |
| Octal | 314 | 321 | 11 | 2 | 0 | 140 | 22 | 76 | 134 | 53 |
| Binary | 11001100 | 11010001 | 1001 | 10 | 0 | 1100000 | 10010 | 111110 | 1011100 | 101011 |
Color Harmonies of #CCD109
Complementary color
Monochromatic Colors of #CCD109
Black with #CCD109
Text Example
Text Example
White with #CCD109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD109; }
p { color: rgb(204,209,9); }
H1.HeaderClassName
{
color: #CCD109;
}
.AnyTagClassName
{
color: #CCD109;
}
</style>
background-color css
<style>
a { background-color: #CCD109; }
a { background-color: rgb(204,209,9); }
div.DivClassName
{
background-color: #CCD109;
}
.BgClassName
{
background-color: #CCD109;
}
</style>
border-color css
<style>
span { border-color: #CCD109; }
span { border-color: rgb(204,209,9); }
td.TdClassName
{
border-color: #CCD109;
}
.TagClassName
{
border-color: #CCD109;
}
</style>