Shades of Bird Flower #CECE09
Tints of Bird Flower #CECE09
RGB
CMYK
RGB Variations
Color information
#CECE09 (or 0xCECE09) is known color: Bird Flower. HEX triplet: CE, CE and 09. RGB value is (206,206,9). Sum of RGB (Red+Green+Blue) = 206+206+9=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 9 (3.91% from 255 or 2.14% from 421); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECE09 is #3131F6. Grayscale: #B8B8B8. Windows color (decimal): -3224055 or 642766. OLE color: 642766.
HSL color Cylindrical-coordinate representation of color #CECE09: hue angle of 60º 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 #CECE09 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 9 | - |
| CMYK | 0 | 0 | 0.96 | 0.19 |
| HSL | 60º | 0.92% | 0.42% | - |
| HSV(B) | 60º | 0.96% | 0.81% | - |
| XYZ | 47.57 | 57.28 | 8.81 | - |
| YUV | 183.54 | 29.5 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 9 | 0 | 0 | 0.96 | 0.19 | 60 | 0.92 | 0.42 |
| Hex | CE | CE | 9 | 0 | 0 | 60 | 13 | 3C | 5C | 2A |
| Octal | 316 | 316 | 11 | 0 | 0 | 140 | 23 | 74 | 134 | 52 |
| Binary | 11001110 | 11001110 | 1001 | 0 | 0 | 1100000 | 10011 | 111100 | 1011100 | 101010 |
Color Harmonies of #CECE09
Complementary color
Monochromatic Colors of #CECE09
Black with #CECE09
Text Example
Text Example
White with #CECE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE09; }
p { color: rgb(206,206,9); }
H1.HeaderClassName
{
color: #CECE09;
}
.AnyTagClassName
{
color: #CECE09;
}
</style>
background-color css
<style>
a { background-color: #CECE09; }
a { background-color: rgb(206,206,9); }
div.DivClassName
{
background-color: #CECE09;
}
.BgClassName
{
background-color: #CECE09;
}
</style>
border-color css
<style>
span { border-color: #CECE09; }
span { border-color: rgb(206,206,9); }
td.TdClassName
{
border-color: #CECE09;
}
.TagClassName
{
border-color: #CECE09;
}
</style>