Shades of Bird Flower #CEC909
Tints of Bird Flower #CEC909
RGB
CMYK
RGB Variations
Color information
#CEC909 (or 0xCEC909) is known color: Bird Flower. HEX triplet: CE, C9 and 09. RGB value is (206,201,9). Sum of RGB (Red+Green+Blue) = 206+201+9=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 9 (3.91% from 255 or 2.16% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC909 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC909 is #3136F6. Grayscale: #B5B5B5. Windows color (decimal): -3225335 or 641486. OLE color: 641486.
HSL color Cylindrical-coordinate representation of color #CEC909: hue angle of 58.48º 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 #CEC909 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 9 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.19 |
| HSL | 58.48º | 0.92% | 0.42% | - |
| HSV(B) | 58.48º | 0.96% | 0.81% | - |
| XYZ | 46.39 | 54.91 | 8.41 | - |
| YUV | 180.61 | 31.16 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 9 | 0 | 0.02 | 0.96 | 0.19 | 58.48 | 0.92 | 0.42 |
| Hex | CE | C9 | 9 | 0 | 2 | 60 | 13 | 3A | 5C | 2A |
| Octal | 316 | 311 | 11 | 0 | 2 | 140 | 23 | 72 | 134 | 52 |
| Binary | 11001110 | 11001001 | 1001 | 0 | 10 | 1100000 | 10011 | 111010 | 1011100 | 101010 |
Color Harmonies of #CEC909
Complementary color
Monochromatic Colors of #CEC909
Black with #CEC909
Text Example
Text Example
White with #CEC909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC909; }
p { color: rgb(206,201,9); }
H1.HeaderClassName
{
color: #CEC909;
}
.AnyTagClassName
{
color: #CEC909;
}
</style>
background-color css
<style>
a { background-color: #CEC909; }
a { background-color: rgb(206,201,9); }
div.DivClassName
{
background-color: #CEC909;
}
.BgClassName
{
background-color: #CEC909;
}
</style>
border-color css
<style>
span { border-color: #CEC909; }
span { border-color: rgb(206,201,9); }
td.TdClassName
{
border-color: #CEC909;
}
.TagClassName
{
border-color: #CEC909;
}
</style>