Shades of Bird Flower #CEC80C
Tints of Bird Flower #CEC80C
RGB
CMYK
RGB Variations
Color information
#CEC80C (or 0xCEC80C) is known color: Bird Flower. HEX triplet: CE, C8 and 0C. RGB value is (206,200,12). Sum of RGB (Red+Green+Blue) = 206+200+12=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC80C is #3137F3. Grayscale: #B5B5B5. Windows color (decimal): -3225588 or 837838. OLE color: 837838.
HSL color Cylindrical-coordinate representation of color #CEC80C: hue angle of 58.14º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEC80C is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 12 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.19 |
| HSL | 58.14º | 0.89% | 0.43% | - |
| HSV(B) | 58.14º | 0.94% | 0.81% | - |
| XYZ | 46.17 | 54.46 | 8.43 | - |
| YUV | 180.36 | 32.99 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 12 | 0 | 0.03 | 0.94 | 0.19 | 58.14 | 0.89 | 0.43 |
| Hex | CE | C8 | C | 0 | 3 | 5E | 13 | 3A | 59 | 2B |
| Octal | 316 | 310 | 14 | 0 | 3 | 136 | 23 | 72 | 131 | 53 |
| Binary | 11001110 | 11001000 | 1100 | 0 | 11 | 1011110 | 10011 | 111010 | 1011001 | 101011 |
Color Harmonies of #CEC80C
Complementary color
Monochromatic Colors of #CEC80C
Black with #CEC80C
Text Example
Text Example
White with #CEC80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC80C; }
p { color: rgb(206,200,12); }
H1.HeaderClassName
{
color: #CEC80C;
}
.AnyTagClassName
{
color: #CEC80C;
}
</style>
background-color css
<style>
a { background-color: #CEC80C; }
a { background-color: rgb(206,200,12); }
div.DivClassName
{
background-color: #CEC80C;
}
.BgClassName
{
background-color: #CEC80C;
}
</style>
border-color css
<style>
span { border-color: #CEC80C; }
span { border-color: rgb(206,200,12); }
td.TdClassName
{
border-color: #CEC80C;
}
.TagClassName
{
border-color: #CEC80C;
}
</style>