Shades of Bird Flower #CED209
Tints of Bird Flower #CED209
RGB
CMYK
RGB Variations
Color information
#CED209 (or 0xCED209) is known color: Bird Flower. HEX triplet: CE, D2 and 09. RGB value is (206,210,9). Sum of RGB (Red+Green+Blue) = 206+210+9=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 9 (3.91% from 255 or 2.12% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #CED209 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED209 is #312DF6. Grayscale: #BABABA. Windows color (decimal): -3223031 or 643790. OLE color: 643790.
HSL color Cylindrical-coordinate representation of color #CED209: hue angle of 61.19º 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 #CED209 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 9 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.18 |
| HSL | 61.19º | 0.92% | 0.43% | - |
| HSV(B) | 61.19º | 0.96% | 0.82% | - |
| XYZ | 48.55 | 59.23 | 9.13 | - |
| YUV | 185.89 | 28.17 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 9 | 0.02 | 0 | 0.96 | 0.18 | 61.19 | 0.92 | 0.43 |
| Hex | CE | D2 | 9 | 2 | 0 | 60 | 12 | 3D | 5C | 2B |
| Octal | 316 | 322 | 11 | 2 | 0 | 140 | 22 | 75 | 134 | 53 |
| Binary | 11001110 | 11010010 | 1001 | 10 | 0 | 1100000 | 10010 | 111101 | 1011100 | 101011 |
Color Harmonies of #CED209
Complementary color
Monochromatic Colors of #CED209
Black with #CED209
Text Example
Text Example
White with #CED209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED209; }
p { color: rgb(206,210,9); }
H1.HeaderClassName
{
color: #CED209;
}
.AnyTagClassName
{
color: #CED209;
}
</style>
background-color css
<style>
a { background-color: #CED209; }
a { background-color: rgb(206,210,9); }
div.DivClassName
{
background-color: #CED209;
}
.BgClassName
{
background-color: #CED209;
}
</style>
border-color css
<style>
span { border-color: #CED209; }
span { border-color: rgb(206,210,9); }
td.TdClassName
{
border-color: #CED209;
}
.TagClassName
{
border-color: #CED209;
}
</style>