Shades of Bird Flower #CEC300
Tints of Bird Flower #CEC300
RGB
CMYK
RGB Variations
Color information
#CEC300 (or 0xCEC300) is known color: Bird Flower. HEX triplet: CE, C3 and 00. RGB value is (206,195,0). Sum of RGB (Red+Green+Blue) = 206+195+0=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC300 is #313CFF. Grayscale: #B0B0B0. Windows color (decimal): -3226880 or 50126. OLE color: 50126.
HSL color Cylindrical-coordinate representation of color #CEC300: hue angle of 56.8º 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 #CEC300 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.19 |
| HSL | 56.8º | 1% | 0.4% | - |
| HSV(B) | 56.8º | 1% | 0.81% | - |
| XYZ | 44.97 | 52.15 | 7.7 | - |
| YUV | 176.06 | 28.64 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 0 | 0 | 0.05 | 1 | 0.19 | 56.8 | 1 | 0.4 |
| Hex | CE | C3 | 0 | 0 | 5 | 64 | 13 | 39 | 64 | 28 |
| Octal | 316 | 303 | 0 | 0 | 5 | 144 | 23 | 71 | 144 | 50 |
| Binary | 11001110 | 11000011 | 0 | 0 | 101 | 1100100 | 10011 | 111001 | 1100100 | 101000 |
Color Harmonies of #CEC300
Complementary color
Monochromatic Colors of #CEC300
Black with #CEC300
Text Example
Text Example
White with #CEC300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC300; }
p { color: rgb(206,195,0); }
H1.HeaderClassName
{
color: #CEC300;
}
.AnyTagClassName
{
color: #CEC300;
}
</style>
background-color css
<style>
a { background-color: #CEC300; }
a { background-color: rgb(206,195,0); }
div.DivClassName
{
background-color: #CEC300;
}
.BgClassName
{
background-color: #CEC300;
}
</style>
border-color css
<style>
span { border-color: #CEC300; }
span { border-color: rgb(206,195,0); }
td.TdClassName
{
border-color: #CEC300;
}
.TagClassName
{
border-color: #CEC300;
}
</style>