Shades of Bird Flower #CEC509
Tints of Bird Flower #CEC509
RGB
CMYK
RGB Variations
Color information
#CEC509 (or 0xCEC509) is known color: Bird Flower. HEX triplet: CE, C5 and 09. RGB value is (206,197,9). Sum of RGB (Red+Green+Blue) = 206+197+9=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 9 (3.91% from 255 or 2.18% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC509 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC509 is #313AF6. Grayscale: #B3B3B3. Windows color (decimal): -3226359 or 640462. OLE color: 640462.
HSL color Cylindrical-coordinate representation of color #CEC509: hue angle of 57.26º 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 #CEC509 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 9 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.19 |
| HSL | 57.26º | 0.92% | 0.42% | - |
| HSV(B) | 57.26º | 0.96% | 0.81% | - |
| XYZ | 45.47 | 53.07 | 8.11 | - |
| YUV | 178.26 | 32.48 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 9 | 0 | 0.04 | 0.96 | 0.19 | 57.26 | 0.92 | 0.42 |
| Hex | CE | C5 | 9 | 0 | 4 | 60 | 13 | 39 | 5C | 2A |
| Octal | 316 | 305 | 11 | 0 | 4 | 140 | 23 | 71 | 134 | 52 |
| Binary | 11001110 | 11000101 | 1001 | 0 | 100 | 1100000 | 10011 | 111001 | 1011100 | 101010 |
Color Harmonies of #CEC509
Complementary color
Monochromatic Colors of #CEC509
Black with #CEC509
Text Example
Text Example
White with #CEC509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC509; }
p { color: rgb(206,197,9); }
H1.HeaderClassName
{
color: #CEC509;
}
.AnyTagClassName
{
color: #CEC509;
}
</style>
background-color css
<style>
a { background-color: #CEC509; }
a { background-color: rgb(206,197,9); }
div.DivClassName
{
background-color: #CEC509;
}
.BgClassName
{
background-color: #CEC509;
}
</style>
border-color css
<style>
span { border-color: #CEC509; }
span { border-color: rgb(206,197,9); }
td.TdClassName
{
border-color: #CEC509;
}
.TagClassName
{
border-color: #CEC509;
}
</style>