Shades of Bird Flower #CED309
Tints of Bird Flower #CED309
RGB
CMYK
RGB Variations
Color information
#CED309 (or 0xCED309) is known color: Bird Flower. HEX triplet: CE, D3 and 09. RGB value is (206,211,9). Sum of RGB (Red+Green+Blue) = 206+211+9=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 211 (82.81% from 255 or 49.53% from 426); Blue value is 9 (3.91% from 255 or 2.11% from 426); Max value from RGB is 211 - color contains mainly: green. Hex color #CED309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED309 is #312CF6. Grayscale: #BBBBBB. Windows color (decimal): -3222775 or 644046. OLE color: 644046.
HSL color Cylindrical-coordinate representation of color #CED309: hue angle of 61.49º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CED309 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 9 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.17 |
| HSL | 61.49º | 0.92% | 0.43% | - |
| HSV(B) | 61.49º | 0.96% | 0.83% | - |
| XYZ | 48.8 | 59.73 | 9.22 | - |
| YUV | 186.48 | 27.84 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 9 | 0.02 | 0 | 0.96 | 0.17 | 61.49 | 0.92 | 0.43 |
| Hex | CE | D3 | 9 | 2 | 0 | 60 | 11 | 3D | 5C | 2B |
| Octal | 316 | 323 | 11 | 2 | 0 | 140 | 21 | 75 | 134 | 53 |
| Binary | 11001110 | 11010011 | 1001 | 10 | 0 | 1100000 | 10001 | 111101 | 1011100 | 101011 |
Color Harmonies of #CED309
Complementary color
Monochromatic Colors of #CED309
Black with #CED309
Text Example
Text Example
White with #CED309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED309; }
p { color: rgb(206,211,9); }
H1.HeaderClassName
{
color: #CED309;
}
.AnyTagClassName
{
color: #CED309;
}
</style>
background-color css
<style>
a { background-color: #CED309; }
a { background-color: rgb(206,211,9); }
div.DivClassName
{
background-color: #CED309;
}
.BgClassName
{
background-color: #CED309;
}
</style>
border-color css
<style>
span { border-color: #CED309; }
span { border-color: rgb(206,211,9); }
td.TdClassName
{
border-color: #CED309;
}
.TagClassName
{
border-color: #CED309;
}
</style>