Shades of Bird Flower #CECF09
Tints of Bird Flower #CECF09
RGB
CMYK
RGB Variations
Color information
#CECF09 (or 0xCECF09) is known color: Bird Flower. HEX triplet: CE, CF and 09. RGB value is (206,207,9). Sum of RGB (Red+Green+Blue) = 206+207+9=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 9 (3.91% from 255 or 2.13% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECF09 is #3130F6. Grayscale: #B8B8B8. Windows color (decimal): -3223799 or 643022. OLE color: 643022.
HSL color Cylindrical-coordinate representation of color #CECF09: hue angle of 60.3º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CECF09 is Cyan = 0.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 9 | - |
| CMYK | 0.00 | 0 | 0.96 | 0.19 |
| HSL | 60.3º | 0.92% | 0.42% | - |
| HSV(B) | 60.3º | 0.96% | 0.81% | - |
| XYZ | 47.82 | 57.77 | 8.89 | - |
| YUV | 184.13 | 29.17 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 9 | 0.00 | 0 | 0.96 | 0.19 | 60.3 | 0.92 | 0.42 |
| Hex | CE | CF | 9 | 0 | 0 | 60 | 13 | 3C | 5C | 2A |
| Octal | 316 | 317 | 11 | 0 | 0 | 140 | 23 | 74 | 134 | 52 |
| Binary | 11001110 | 11001111 | 1001 | 0 | 0 | 1100000 | 10011 | 111100 | 1011100 | 101010 |
Color Harmonies of #CECF09
Complementary color
Monochromatic Colors of #CECF09
Black with #CECF09
Text Example
Text Example
White with #CECF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF09; }
p { color: rgb(206,207,9); }
H1.HeaderClassName
{
color: #CECF09;
}
.AnyTagClassName
{
color: #CECF09;
}
</style>
background-color css
<style>
a { background-color: #CECF09; }
a { background-color: rgb(206,207,9); }
div.DivClassName
{
background-color: #CECF09;
}
.BgClassName
{
background-color: #CECF09;
}
</style>
border-color css
<style>
span { border-color: #CECF09; }
span { border-color: rgb(206,207,9); }
td.TdClassName
{
border-color: #CECF09;
}
.TagClassName
{
border-color: #CECF09;
}
</style>