#cec50c

Color #CEC50C Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CEC50C

Tints of Bird Flower #CEC50C

Color information

#CEC50C (or 0xCEC50C) is unknown color: approx Bird Flower. HEX triplet: CE, C5 and 0C. RGB value is (206,197,12). Sum of RGB (Red+Green+Blue) = 206+197+12=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC50C is #313AF3. Grayscale: #B3B3B3. Windows color (decimal): -3226356 or 837070. OLE color: 837070.

HSL color Cylindrical-coordinate representation of color #CEC50C: hue angle of 57.22º 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 #CEC50C is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB20619712-
CMYK00.040.940.19
HSL57.22º88.99%42.75%-
HSV(B)57.22º94.17%80.78%-
XYZ45.4953.088.2-
YUV178.633.98147.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 49.64%
GREEN value IS 197 (77.34% from 255) = 47.47%
BLUE value IS 12 (5.08% from 255) = 2.89%
R=49.64%
G=47.47%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061971200.040.940.1957.2288.9942.75
HexCEC5C045E1339592b
Octal3163051404136237113153
Binary1100111011000101110001001011110100111110011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cec50c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cec50c; }

 p { color: rgb(206,197,12); }

 H1.HeaderClassName
 {
   color: #cec50c;
 }
 .AnyTagClassName
 {
   color: #cec50c;
 }
</style>
background-color css

<style>
 a { background-color: #cec50c; }

 a { background-color: rgb(206,197,12); }

 div.DivClassName
 {
   background-color: #cec50c;
 }
 .BgClassName
 {
   background-color: #cec50c;
 }
</style>
border-color css

<style>
 span { border-color: #cec50c; }

 span { border-color: rgb(206,197,12); }

 td.TdClassName
 {
   border-color: #cec50c;
 }
 .TagClassName
 {
   border-color: #cec50c;
 }
</style>