Shades of Bird Flower #CEC30C
Tints of Bird Flower #CEC30C
RGB
CMYK
RGB Variations
Color information
#CEC30C (or 0xCEC30C) is known color: Bird Flower. HEX triplet: CE, C3 and 0C. RGB value is (206,195,12). Sum of RGB (Red+Green+Blue) = 206+195+12=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC30C is #313CF3. Grayscale: #B2B2B2. Windows color (decimal): -3226868 or 836558. OLE color: 836558.
HSL color Cylindrical-coordinate representation of color #CEC30C: hue angle of 56.6º 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 #CEC30C is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 12 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.19 |
| HSL | 56.6º | 0.89% | 0.43% | - |
| HSV(B) | 56.6º | 0.94% | 0.81% | - |
| XYZ | 45.04 | 52.18 | 8.05 | - |
| YUV | 177.43 | 34.64 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 12 | 0 | 0.05 | 0.94 | 0.19 | 56.6 | 0.89 | 0.43 |
| Hex | CE | C3 | C | 0 | 5 | 5E | 13 | 39 | 59 | 2B |
| Octal | 316 | 303 | 14 | 0 | 5 | 136 | 23 | 71 | 131 | 53 |
| Binary | 11001110 | 11000011 | 1100 | 0 | 101 | 1011110 | 10011 | 111001 | 1011001 | 101011 |
Color Harmonies of #CEC30C
Complementary color
Monochromatic Colors of #CEC30C
Black with #CEC30C
Text Example
Text Example
White with #CEC30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC30C; }
p { color: rgb(206,195,12); }
H1.HeaderClassName
{
color: #CEC30C;
}
.AnyTagClassName
{
color: #CEC30C;
}
</style>
background-color css
<style>
a { background-color: #CEC30C; }
a { background-color: rgb(206,195,12); }
div.DivClassName
{
background-color: #CEC30C;
}
.BgClassName
{
background-color: #CEC30C;
}
</style>
border-color css
<style>
span { border-color: #CEC30C; }
span { border-color: rgb(206,195,12); }
td.TdClassName
{
border-color: #CEC30C;
}
.TagClassName
{
border-color: #CEC30C;
}
</style>