Shades of Bird Flower #CEC709
Tints of Bird Flower #CEC709
RGB
CMYK
RGB Variations
Color information
#CEC709 (or 0xCEC709) is known color: Bird Flower. HEX triplet: CE, C7 and 09. RGB value is (206,199,9). Sum of RGB (Red+Green+Blue) = 206+199+9=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 199 (78.12% from 255 or 48.07% from 414); Blue value is 9 (3.91% from 255 or 2.17% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC709 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC709 is #3138F6. Grayscale: #B4B4B4. Windows color (decimal): -3225847 or 640974. OLE color: 640974.
HSL color Cylindrical-coordinate representation of color #CEC709: hue angle of 57.87º 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 #CEC709 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 9 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.19 |
| HSL | 57.87º | 0.92% | 0.42% | - |
| HSV(B) | 57.87º | 0.96% | 0.81% | - |
| XYZ | 45.93 | 53.99 | 8.26 | - |
| YUV | 179.43 | 31.82 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 9 | 0 | 0.03 | 0.96 | 0.19 | 57.87 | 0.92 | 0.42 |
| Hex | CE | C7 | 9 | 0 | 3 | 60 | 13 | 3A | 5C | 2A |
| Octal | 316 | 307 | 11 | 0 | 3 | 140 | 23 | 72 | 134 | 52 |
| Binary | 11001110 | 11000111 | 1001 | 0 | 11 | 1100000 | 10011 | 111010 | 1011100 | 101010 |
Color Harmonies of #CEC709
Complementary color
Monochromatic Colors of #CEC709
Black with #CEC709
Text Example
Text Example
White with #CEC709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC709; }
p { color: rgb(206,199,9); }
H1.HeaderClassName
{
color: #CEC709;
}
.AnyTagClassName
{
color: #CEC709;
}
</style>
background-color css
<style>
a { background-color: #CEC709; }
a { background-color: rgb(206,199,9); }
div.DivClassName
{
background-color: #CEC709;
}
.BgClassName
{
background-color: #CEC709;
}
</style>
border-color css
<style>
span { border-color: #CEC709; }
span { border-color: rgb(206,199,9); }
td.TdClassName
{
border-color: #CEC709;
}
.TagClassName
{
border-color: #CEC709;
}
</style>