Shades of Bird Flower #CEC000
Tints of Bird Flower #CEC000
RGB
CMYK
RGB Variations
Color information
#CEC000 (or 0xCEC000) is known color: Bird Flower. HEX triplet: CE, C0 and 00. RGB value is (206,192,0). Sum of RGB (Red+Green+Blue) = 206+192+0=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC000 is #313FFF. Grayscale: #AFAFAF. Windows color (decimal): -3227648 or 49358. OLE color: 49358.
HSL color Cylindrical-coordinate representation of color #CEC000: hue angle of 55.92º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEC000 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.19 |
| HSL | 55.92º | 1% | 0.4% | - |
| HSV(B) | 55.92º | 1% | 0.81% | - |
| XYZ | 44.3 | 50.82 | 7.47 | - |
| YUV | 174.3 | 29.64 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 0 | 0 | 0.07 | 1 | 0.19 | 55.92 | 1 | 0.4 |
| Hex | CE | C0 | 0 | 0 | 7 | 64 | 13 | 38 | 64 | 28 |
| Octal | 316 | 300 | 0 | 0 | 7 | 144 | 23 | 70 | 144 | 50 |
| Binary | 11001110 | 11000000 | 0 | 0 | 111 | 1100100 | 10011 | 111000 | 1100100 | 101000 |
Color Harmonies of #CEC000
Complementary color
Monochromatic Colors of #CEC000
Black with #CEC000
Text Example
Text Example
White with #CEC000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC000; }
p { color: rgb(206,192,0); }
H1.HeaderClassName
{
color: #CEC000;
}
.AnyTagClassName
{
color: #CEC000;
}
</style>
background-color css
<style>
a { background-color: #CEC000; }
a { background-color: rgb(206,192,0); }
div.DivClassName
{
background-color: #CEC000;
}
.BgClassName
{
background-color: #CEC000;
}
</style>
border-color css
<style>
span { border-color: #CEC000; }
span { border-color: rgb(206,192,0); }
td.TdClassName
{
border-color: #CEC000;
}
.TagClassName
{
border-color: #CEC000;
}
</style>