Shades of Bird Flower #CED709
Tints of Bird Flower #CED709
RGB
CMYK
RGB Variations
Color information
#CED709 (or 0xCED709) is known color: Bird Flower. HEX triplet: CE, D7 and 09. RGB value is (206,215,9). Sum of RGB (Red+Green+Blue) = 206+215+9=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 215 (84.38% from 255 or 50% from 430); Blue value is 9 (3.91% from 255 or 2.09% from 430); Max value from RGB is 215 - color contains mainly: green. Hex color #CED709 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED709 is #3128F6. Grayscale: #BDBDBD. Windows color (decimal): -3221751 or 645070. OLE color: 645070.
HSL color Cylindrical-coordinate representation of color #CED709: hue angle of 62.62º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CED709 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 9 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.16 |
| HSL | 62.62º | 0.92% | 0.44% | - |
| HSV(B) | 62.62º | 0.96% | 0.84% | - |
| XYZ | 49.8 | 61.74 | 9.55 | - |
| YUV | 188.83 | 26.52 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 9 | 0.04 | 0 | 0.96 | 0.16 | 62.62 | 0.92 | 0.44 |
| Hex | CE | D7 | 9 | 4 | 0 | 60 | 10 | 3F | 5C | 2C |
| Octal | 316 | 327 | 11 | 4 | 0 | 140 | 20 | 77 | 134 | 54 |
| Binary | 11001110 | 11010111 | 1001 | 100 | 0 | 1100000 | 10000 | 111111 | 1011100 | 101100 |
Color Harmonies of #CED709
Complementary color
Monochromatic Colors of #CED709
Black with #CED709
Text Example
Text Example
White with #CED709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED709; }
p { color: rgb(206,215,9); }
H1.HeaderClassName
{
color: #CED709;
}
.AnyTagClassName
{
color: #CED709;
}
</style>
background-color css
<style>
a { background-color: #CED709; }
a { background-color: rgb(206,215,9); }
div.DivClassName
{
background-color: #CED709;
}
.BgClassName
{
background-color: #CED709;
}
</style>
border-color css
<style>
span { border-color: #CED709; }
span { border-color: rgb(206,215,9); }
td.TdClassName
{
border-color: #CED709;
}
.TagClassName
{
border-color: #CED709;
}
</style>