Shades of Bird Flower #CEC70C
Tints of Bird Flower #CEC70C
RGB
CMYK
RGB Variations
Color information
#CEC70C (or 0xCEC70C) is known color: Bird Flower. HEX triplet: CE, C7 and 0C. RGB value is (206,199,12). Sum of RGB (Red+Green+Blue) = 206+199+12=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 199 (78.12% from 255 or 47.72% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC70C is #3138F3. Grayscale: #B4B4B4. Windows color (decimal): -3225844 or 837582. OLE color: 837582.
HSL color Cylindrical-coordinate representation of color #CEC70C: hue angle of 57.84º 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 #CEC70C is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 12 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.19 |
| HSL | 57.84º | 0.89% | 0.43% | - |
| HSV(B) | 57.84º | 0.94% | 0.81% | - |
| XYZ | 45.94 | 54 | 8.35 | - |
| YUV | 179.78 | 33.32 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 12 | 0 | 0.03 | 0.94 | 0.19 | 57.84 | 0.89 | 0.43 |
| Hex | CE | C7 | C | 0 | 3 | 5E | 13 | 3A | 59 | 2B |
| Octal | 316 | 307 | 14 | 0 | 3 | 136 | 23 | 72 | 131 | 53 |
| Binary | 11001110 | 11000111 | 1100 | 0 | 11 | 1011110 | 10011 | 111010 | 1011001 | 101011 |
Color Harmonies of #CEC70C
Complementary color
Monochromatic Colors of #CEC70C
Black with #CEC70C
Text Example
Text Example
White with #CEC70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC70C; }
p { color: rgb(206,199,12); }
H1.HeaderClassName
{
color: #CEC70C;
}
.AnyTagClassName
{
color: #CEC70C;
}
</style>
background-color css
<style>
a { background-color: #CEC70C; }
a { background-color: rgb(206,199,12); }
div.DivClassName
{
background-color: #CEC70C;
}
.BgClassName
{
background-color: #CEC70C;
}
</style>
border-color css
<style>
span { border-color: #CEC70C; }
span { border-color: rgb(206,199,12); }
td.TdClassName
{
border-color: #CEC70C;
}
.TagClassName
{
border-color: #CEC70C;
}
</style>