#CEC416

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

Shades of Bird Flower #CEC416

Tints of Bird Flower #CEC416

Color information

#CEC416 (or 0xCEC416) is unknown color: approx Bird Flower. HEX triplet: CE, C4 and 16. RGB value is (206,196,22). Sum of RGB (Red+Green+Blue) = 206+196+22=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 196 (76.95% from 255 or 46.23% from 424); Blue value is 22 (8.98% from 255 or 5.19% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC416 is #313BE9. Grayscale: #B3B3B3. Windows color (decimal): -3226602 or 1492174. OLE color: 1492174.

HSL color Cylindrical-coordinate representation of color #CEC416: hue angle of 56.74º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEC416 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB20619622-
CMYK00.050.890.19
HSL56.74º80.7%44.71%-
HSV(B)56.74º89.32%80.78%-
XYZ45.3452.668.53-
YUV179.1539.31147.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.58%
GREEN value IS 196 (76.95% from 255) = 46.23%
BLUE value IS 22 (8.98% from 255) = 5.19%
R=48.58%
G=46.23%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.89
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061962200.050.890.1956.7480.744.71
HexCEC41605591339512d
Octal3163042605131237112155
Binary11001110110001001011001011011001100111110011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC416; }

 p { color: rgb(206,196,22); }

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

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

 a { background-color: rgb(206,196,22); }

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

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

 span { border-color: rgb(206,196,22); }

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