Shades of Bird Flower #CEC808
Tints of Bird Flower #CEC808
RGB
CMYK
RGB Variations
Color information
#CEC808 (or 0xCEC808) is known color: Bird Flower. HEX triplet: CE, C8 and 08. RGB value is (206,200,8). Sum of RGB (Red+Green+Blue) = 206+200+8=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 200 (78.52% from 255 or 48.31% from 414); Blue value is 8 (3.52% from 255 or 1.93% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC808 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC808 is #3137F7. Grayscale: #B4B4B4. Windows color (decimal): -3225592 or 575694. OLE color: 575694.
HSL color Cylindrical-coordinate representation of color #CEC808: hue angle of 58.18º degrees, saturation: 0.93, 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 #CEC808 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 8 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.19 |
| HSL | 58.18º | 0.93% | 0.42% | - |
| HSV(B) | 58.18º | 0.96% | 0.81% | - |
| XYZ | 46.15 | 54.45 | 8.31 | - |
| YUV | 179.91 | 30.99 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 8 | 0 | 0.03 | 0.96 | 0.19 | 58.18 | 0.93 | 0.42 |
| Hex | CE | C8 | 8 | 0 | 3 | 60 | 13 | 3A | 5D | 2A |
| Octal | 316 | 310 | 10 | 0 | 3 | 140 | 23 | 72 | 135 | 52 |
| Binary | 11001110 | 11001000 | 1000 | 0 | 11 | 1100000 | 10011 | 111010 | 1011101 | 101010 |
Color Harmonies of #CEC808
Complementary color
Monochromatic Colors of #CEC808
Black with #CEC808
Text Example
Text Example
White with #CEC808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC808; }
p { color: rgb(206,200,8); }
H1.HeaderClassName
{
color: #CEC808;
}
.AnyTagClassName
{
color: #CEC808;
}
</style>
background-color css
<style>
a { background-color: #CEC808; }
a { background-color: rgb(206,200,8); }
div.DivClassName
{
background-color: #CEC808;
}
.BgClassName
{
background-color: #CEC808;
}
</style>
border-color css
<style>
span { border-color: #CEC808; }
span { border-color: rgb(206,200,8); }
td.TdClassName
{
border-color: #CEC808;
}
.TagClassName
{
border-color: #CEC808;
}
</style>