Shades of Bird Flower #CEC109
Tints of Bird Flower #CEC109
RGB
CMYK
RGB Variations
Color information
#CEC109 (or 0xCEC109) is known color: Bird Flower. HEX triplet: CE, C1 and 09. RGB value is (206,193,9). Sum of RGB (Red+Green+Blue) = 206+193+9=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 9 (3.91% from 255 or 2.21% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC109 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC109 is #313EF6. Grayscale: #B0B0B0. Windows color (decimal): -3227383 or 639438. OLE color: 639438.
HSL color Cylindrical-coordinate representation of color #CEC109: hue angle of 56.04º 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 #CEC109 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 9 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.19 |
| HSL | 56.04º | 0.92% | 0.42% | - |
| HSV(B) | 56.04º | 0.96% | 0.81% | - |
| XYZ | 44.57 | 51.28 | 7.81 | - |
| YUV | 175.91 | 33.81 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 9 | 0 | 0.06 | 0.96 | 0.19 | 56.04 | 0.92 | 0.42 |
| Hex | CE | C1 | 9 | 0 | 6 | 60 | 13 | 38 | 5C | 2A |
| Octal | 316 | 301 | 11 | 0 | 6 | 140 | 23 | 70 | 134 | 52 |
| Binary | 11001110 | 11000001 | 1001 | 0 | 110 | 1100000 | 10011 | 111000 | 1011100 | 101010 |
Color Harmonies of #CEC109
Complementary color
Monochromatic Colors of #CEC109
Black with #CEC109
Text Example
Text Example
White with #CEC109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC109; }
p { color: rgb(206,193,9); }
H1.HeaderClassName
{
color: #CEC109;
}
.AnyTagClassName
{
color: #CEC109;
}
</style>
background-color css
<style>
a { background-color: #CEC109; }
a { background-color: rgb(206,193,9); }
div.DivClassName
{
background-color: #CEC109;
}
.BgClassName
{
background-color: #CEC109;
}
</style>
border-color css
<style>
span { border-color: #CEC109; }
span { border-color: rgb(206,193,9); }
td.TdClassName
{
border-color: #CEC109;
}
.TagClassName
{
border-color: #CEC109;
}
</style>