Shades of Bird Flower #CEC312
Tints of Bird Flower #CEC312
RGB
CMYK
RGB Variations
Color information
#CEC312 (or 0xCEC312) is known color: Bird Flower. HEX triplet: CE, C3 and 12. RGB value is (206,195,18). Sum of RGB (Red+Green+Blue) = 206+195+18=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC312 is #313CED. Grayscale: #B2B2B2. Windows color (decimal): -3226862 or 1229774. OLE color: 1229774.
HSL color Cylindrical-coordinate representation of color #CEC312: hue angle of 56.49º 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 #CEC312 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 18 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.19 |
| HSL | 56.49º | 0.84% | 0.44% | - |
| HSV(B) | 56.49º | 0.91% | 0.81% | - |
| XYZ | 45.08 | 52.2 | 8.27 | - |
| YUV | 178.11 | 37.64 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 18 | 0 | 0.05 | 0.91 | 0.19 | 56.49 | 0.84 | 0.44 |
| Hex | CE | C3 | 12 | 0 | 5 | 5B | 13 | 38 | 54 | 2C |
| Octal | 316 | 303 | 22 | 0 | 5 | 133 | 23 | 70 | 124 | 54 |
| Binary | 11001110 | 11000011 | 10010 | 0 | 101 | 1011011 | 10011 | 111000 | 1010100 | 101100 |
Color Harmonies of #CEC312
Complementary color
Monochromatic Colors of #CEC312
Black with #CEC312
Text Example
Text Example
White with #CEC312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC312; }
p { color: rgb(206,195,18); }
H1.HeaderClassName
{
color: #CEC312;
}
.AnyTagClassName
{
color: #CEC312;
}
</style>
background-color css
<style>
a { background-color: #CEC312; }
a { background-color: rgb(206,195,18); }
div.DivClassName
{
background-color: #CEC312;
}
.BgClassName
{
background-color: #CEC312;
}
</style>
border-color css
<style>
span { border-color: #CEC312; }
span { border-color: rgb(206,195,18); }
td.TdClassName
{
border-color: #CEC312;
}
.TagClassName
{
border-color: #CEC312;
}
</style>