Shades of Bird Flower #CEC009
Tints of Bird Flower #CEC009
RGB
CMYK
RGB Variations
Color information
#CEC009 (or 0xCEC009) is known color: Bird Flower. HEX triplet: CE, C0 and 09. RGB value is (206,192,9). Sum of RGB (Red+Green+Blue) = 206+192+9=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 9 (3.91% from 255 or 2.21% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC009 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC009 is #313FF6. Grayscale: #B0B0B0. Windows color (decimal): -3227639 or 639182. OLE color: 639182.
HSL color Cylindrical-coordinate representation of color #CEC009: hue angle of 55.74º 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 #CEC009 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 9 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.19 |
| HSL | 55.74º | 0.92% | 0.42% | - |
| HSV(B) | 55.74º | 0.96% | 0.81% | - |
| XYZ | 44.35 | 50.84 | 7.73 | - |
| YUV | 175.32 | 34.14 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 9 | 0 | 0.07 | 0.96 | 0.19 | 55.74 | 0.92 | 0.42 |
| Hex | CE | C0 | 9 | 0 | 7 | 60 | 13 | 38 | 5C | 2A |
| Octal | 316 | 300 | 11 | 0 | 7 | 140 | 23 | 70 | 134 | 52 |
| Binary | 11001110 | 11000000 | 1001 | 0 | 111 | 1100000 | 10011 | 111000 | 1011100 | 101010 |
Color Harmonies of #CEC009
Complementary color
Monochromatic Colors of #CEC009
Black with #CEC009
Text Example
Text Example
White with #CEC009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC009; }
p { color: rgb(206,192,9); }
H1.HeaderClassName
{
color: #CEC009;
}
.AnyTagClassName
{
color: #CEC009;
}
</style>
background-color css
<style>
a { background-color: #CEC009; }
a { background-color: rgb(206,192,9); }
div.DivClassName
{
background-color: #CEC009;
}
.BgClassName
{
background-color: #CEC009;
}
</style>
border-color css
<style>
span { border-color: #CEC009; }
span { border-color: rgb(206,192,9); }
td.TdClassName
{
border-color: #CEC009;
}
.TagClassName
{
border-color: #CEC009;
}
</style>