Shades of Bird Flower #CED909
Tints of Bird Flower #CED909
RGB
CMYK
RGB Variations
Color information
#CED909 (or 0xCED909) is known color: Bird Flower. HEX triplet: CE, D9 and 09. RGB value is (206,217,9). Sum of RGB (Red+Green+Blue) = 206+217+9=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 9 (3.91% from 255 or 2.08% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #CED909 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED909 is #3126F6. Grayscale: #BEBEBE. Windows color (decimal): -3221239 or 645582. OLE color: 645582.
HSL color Cylindrical-coordinate representation of color #CED909: hue angle of 63.17º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CED909 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 9 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.15 |
| HSL | 63.17º | 0.92% | 0.44% | - |
| HSV(B) | 63.17º | 0.96% | 0.85% | - |
| XYZ | 50.32 | 62.77 | 9.72 | - |
| YUV | 190 | 25.86 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 9 | 0.05 | 0 | 0.96 | 0.15 | 63.17 | 0.92 | 0.44 |
| Hex | CE | D9 | 9 | 5 | 0 | 60 | F | 3F | 5C | 2C |
| Octal | 316 | 331 | 11 | 5 | 0 | 140 | 17 | 77 | 134 | 54 |
| Binary | 11001110 | 11011001 | 1001 | 101 | 0 | 1100000 | 1111 | 111111 | 1011100 | 101100 |
Color Harmonies of #CED909
Complementary color
Monochromatic Colors of #CED909
Black with #CED909
Text Example
Text Example
White with #CED909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED909; }
p { color: rgb(206,217,9); }
H1.HeaderClassName
{
color: #CED909;
}
.AnyTagClassName
{
color: #CED909;
}
</style>
background-color css
<style>
a { background-color: #CED909; }
a { background-color: rgb(206,217,9); }
div.DivClassName
{
background-color: #CED909;
}
.BgClassName
{
background-color: #CED909;
}
</style>
border-color css
<style>
span { border-color: #CED909; }
span { border-color: rgb(206,217,9); }
td.TdClassName
{
border-color: #CED909;
}
.TagClassName
{
border-color: #CED909;
}
</style>