Shades of Bird Flower #CEC10C
Tints of Bird Flower #CEC10C
RGB
CMYK
RGB Variations
Color information
#CEC10C (or 0xCEC10C) is known color: Bird Flower. HEX triplet: CE, C1 and 0C. RGB value is (206,193,12). Sum of RGB (Red+Green+Blue) = 206+193+12=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC10C is #313EF3. Grayscale: #B0B0B0. Windows color (decimal): -3227380 or 836046. OLE color: 836046.
HSL color Cylindrical-coordinate representation of color #CEC10C: hue angle of 55.98º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEC10C is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 12 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.19 |
| HSL | 55.98º | 0.89% | 0.43% | - |
| HSV(B) | 55.98º | 0.94% | 0.81% | - |
| XYZ | 44.59 | 51.29 | 7.9 | - |
| YUV | 176.25 | 35.31 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 12 | 0 | 0.06 | 0.94 | 0.19 | 55.98 | 0.89 | 0.43 |
| Hex | CE | C1 | C | 0 | 6 | 5E | 13 | 38 | 59 | 2B |
| Octal | 316 | 301 | 14 | 0 | 6 | 136 | 23 | 70 | 131 | 53 |
| Binary | 11001110 | 11000001 | 1100 | 0 | 110 | 1011110 | 10011 | 111000 | 1011001 | 101011 |
Color Harmonies of #CEC10C
Complementary color
Monochromatic Colors of #CEC10C
Black with #CEC10C
Text Example
Text Example
White with #CEC10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC10C; }
p { color: rgb(206,193,12); }
H1.HeaderClassName
{
color: #CEC10C;
}
.AnyTagClassName
{
color: #CEC10C;
}
</style>
background-color css
<style>
a { background-color: #CEC10C; }
a { background-color: rgb(206,193,12); }
div.DivClassName
{
background-color: #CEC10C;
}
.BgClassName
{
background-color: #CEC10C;
}
</style>
border-color css
<style>
span { border-color: #CEC10C; }
span { border-color: rgb(206,193,12); }
td.TdClassName
{
border-color: #CEC10C;
}
.TagClassName
{
border-color: #CEC10C;
}
</style>