Shades of Bird Flower #CEC812
Tints of Bird Flower #CEC812
RGB
CMYK
RGB Variations
Color information
#CEC812 (or 0xCEC812) is known color: Bird Flower. HEX triplet: CE, C8 and 12. RGB value is (206,200,18). Sum of RGB (Red+Green+Blue) = 206+200+18=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 18 (7.42% from 255 or 4.25% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC812 is #3137ED. Grayscale: #B5B5B5. Windows color (decimal): -3225582 or 1231054. OLE color: 1231054.
HSL color Cylindrical-coordinate representation of color #CEC812: hue angle of 58.09º 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 #CEC812 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 18 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.19 |
| HSL | 58.09º | 0.84% | 0.44% | - |
| HSV(B) | 58.09º | 0.91% | 0.81% | - |
| XYZ | 46.22 | 54.47 | 8.65 | - |
| YUV | 181.05 | 35.99 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 18 | 0 | 0.03 | 0.91 | 0.19 | 58.09 | 0.84 | 0.44 |
| Hex | CE | C8 | 12 | 0 | 3 | 5B | 13 | 3A | 54 | 2C |
| Octal | 316 | 310 | 22 | 0 | 3 | 133 | 23 | 72 | 124 | 54 |
| Binary | 11001110 | 11001000 | 10010 | 0 | 11 | 1011011 | 10011 | 111010 | 1010100 | 101100 |
Color Harmonies of #CEC812
Complementary color
Monochromatic Colors of #CEC812
Black with #CEC812
Text Example
Text Example
White with #CEC812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC812; }
p { color: rgb(206,200,18); }
H1.HeaderClassName
{
color: #CEC812;
}
.AnyTagClassName
{
color: #CEC812;
}
</style>
background-color css
<style>
a { background-color: #CEC812; }
a { background-color: rgb(206,200,18); }
div.DivClassName
{
background-color: #CEC812;
}
.BgClassName
{
background-color: #CEC812;
}
</style>
border-color css
<style>
span { border-color: #CEC812; }
span { border-color: rgb(206,200,18); }
td.TdClassName
{
border-color: #CEC812;
}
.TagClassName
{
border-color: #CEC812;
}
</style>