Shades of Bird Flower #CEC612
Tints of Bird Flower #CEC612
RGB
CMYK
RGB Variations
Color information
#CEC612 (or 0xCEC612) is known color: Bird Flower. HEX triplet: CE, C6 and 12. RGB value is (206,198,18). Sum of RGB (Red+Green+Blue) = 206+198+18=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 18 (7.42% from 255 or 4.27% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC612 is #3139ED. Grayscale: #B4B4B4. Windows color (decimal): -3226094 or 1230542. OLE color: 1230542.
HSL color Cylindrical-coordinate representation of color #CEC612: hue angle of 57.45º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEC612 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 18 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.19 |
| HSL | 57.45º | 0.84% | 0.44% | - |
| HSV(B) | 57.45º | 0.91% | 0.81% | - |
| XYZ | 45.76 | 53.55 | 8.5 | - |
| YUV | 179.87 | 36.65 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 18 | 0 | 0.04 | 0.91 | 0.19 | 57.45 | 0.84 | 0.44 |
| Hex | CE | C6 | 12 | 0 | 4 | 5B | 13 | 39 | 54 | 2C |
| Octal | 316 | 306 | 22 | 0 | 4 | 133 | 23 | 71 | 124 | 54 |
| Binary | 11001110 | 11000110 | 10010 | 0 | 100 | 1011011 | 10011 | 111001 | 1010100 | 101100 |
Color Harmonies of #CEC612
Complementary color
Monochromatic Colors of #CEC612
Black with #CEC612
Text Example
Text Example
White with #CEC612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC612; }
p { color: rgb(206,198,18); }
H1.HeaderClassName
{
color: #CEC612;
}
.AnyTagClassName
{
color: #CEC612;
}
</style>
background-color css
<style>
a { background-color: #CEC612; }
a { background-color: rgb(206,198,18); }
div.DivClassName
{
background-color: #CEC612;
}
.BgClassName
{
background-color: #CEC612;
}
</style>
border-color css
<style>
span { border-color: #CEC612; }
span { border-color: rgb(206,198,18); }
td.TdClassName
{
border-color: #CEC612;
}
.TagClassName
{
border-color: #CEC612;
}
</style>