Shades of Bird Flower #CED109
Tints of Bird Flower #CED109
RGB
CMYK
RGB Variations
Color information
#CED109 (or 0xCED109) is known color: Bird Flower. HEX triplet: CE, D1 and 09. RGB value is (206,209,9). Sum of RGB (Red+Green+Blue) = 206+209+9=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 209 (82.03% from 255 or 49.29% from 424); Blue value is 9 (3.91% from 255 or 2.12% from 424); Max value from RGB is 209 - color contains mainly: green. Hex color #CED109 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED109 is #312EF6. Grayscale: #BABABA. Windows color (decimal): -3223287 or 643534. OLE color: 643534.
HSL color Cylindrical-coordinate representation of color #CED109: hue angle of 60.9º 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 #CED109 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 9 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.18 |
| HSL | 60.9º | 0.92% | 0.43% | - |
| HSV(B) | 60.9º | 0.96% | 0.82% | - |
| XYZ | 48.3 | 58.74 | 9.05 | - |
| YUV | 185.3 | 28.51 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 9 | 0.01 | 0 | 0.96 | 0.18 | 60.9 | 0.92 | 0.43 |
| Hex | CE | D1 | 9 | 1 | 0 | 60 | 12 | 3D | 5C | 2B |
| Octal | 316 | 321 | 11 | 1 | 0 | 140 | 22 | 75 | 134 | 53 |
| Binary | 11001110 | 11010001 | 1001 | 1 | 0 | 1100000 | 10010 | 111101 | 1011100 | 101011 |
Color Harmonies of #CED109
Complementary color
Monochromatic Colors of #CED109
Black with #CED109
Text Example
Text Example
White with #CED109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED109; }
p { color: rgb(206,209,9); }
H1.HeaderClassName
{
color: #CED109;
}
.AnyTagClassName
{
color: #CED109;
}
</style>
background-color css
<style>
a { background-color: #CED109; }
a { background-color: rgb(206,209,9); }
div.DivClassName
{
background-color: #CED109;
}
.BgClassName
{
background-color: #CED109;
}
</style>
border-color css
<style>
span { border-color: #CED109; }
span { border-color: rgb(206,209,9); }
td.TdClassName
{
border-color: #CED109;
}
.TagClassName
{
border-color: #CED109;
}
</style>